Skip to main content
Module

x/deno_doc/types.d.ts>LiteralDefKind

Documentation generator for Deno
Go to Latest
type alias LiteralDefKind
import { type LiteralDefKind } from "https://deno.land/x/deno_doc@0.83.0/types.d.ts";
definition:
| "number"
| "string"
| "template"
| "boolean"
| "bigInt"