Skip to main content
Module

x/deno_doc/types.d.ts>VariableDeclKind

Documentation generator for Deno
Go to Latest
type alias VariableDeclKind
import { type VariableDeclKind } from "https://deno.land/x/deno_doc@0.103.0/types.d.ts";
definition: "var" | "let" | "const"