interface NodeTracing.GetCategoriesReturnType
Usage in Deno
import { type NodeTracing } from "node:inspector"; type { GetCategoriesReturnType } = NodeTracing;
categories: string[]
A list of supported tracing categories.
import { type NodeTracing } from "node:inspector"; type { GetCategoriesReturnType } = NodeTracing;
categories: string[]
A list of supported tracing categories.