Skip to main content
Module

x/deno_doc/types.d.ts>DocNodeKind

Documentation generator for Deno
Go to Latest
type alias DocNodeKind
import { type DocNodeKind } from "https://deno.land/x/deno_doc@0.82.0/types.d.ts";
definition:
| "moduleDoc"
| "function"
| "variable"
| "enum"
| "class"
| "typeAlias"
| "namespace"
| "interface"
| "import"