Skip to main content
Module

x/deno_doc/types.d.ts>JsDocTagTyped

Documentation generator for Deno
Go to Latest
interface JsDocTagTyped
implements JsDocTagBase
import { type JsDocTagTyped } from "https://deno.land/x/deno_doc@0.91.0/types.d.ts";

Properties

kind:
| "enum"
| "extends"
| "this"
| "type"
type: string
optional
doc: string