Skip to main content
Module

x/blocks/deps.ts>TsKeywordTypeKind

deco is the edge-native site editor and app framework for building dynamic, high-performance sites with a built-in visual admin UI.
Very Popular
Go to Latest
type alias TsKeywordTypeKind
import { type TsKeywordTypeKind } from "https://deno.land/x/blocks@1.27.7/deps.ts";
definition:
| "any"
| "unknown"
| "number"
| "object"
| "boolean"
| "bigint"
| "string"
| "symbol"
| "void"
| "undefined"
| "null"
| "never"
| "intrinsic"