Skip to main content
Module

x/deno_doc/types.d.ts>JsDocTagKind

Documentation generator for Deno
Go to Latest
type alias JsDocTagKind
import { type JsDocTagKind } from "https://deno.land/x/deno_doc@0.69.2/types.d.ts";
definition:
| "callback"
| "category"
| "constructor"
| "default"
| "deprecated"
| "enum"
| "example"
| "extends"
| "ignore"
| "module"
| "param"
| "public"
| "private"
| "property"
| "protected"
| "readonly"
| "return"
| "tags"
| "template"
| "this"
| "typedef"
| "type"
| "unsupported"