Skip to main content
Module

x/swdev/swc_wasm/types.ts>TsKeywordTypeKind

No bundle frontend by service-worker
Latest
type alias TsKeywordTypeKind
import { type TsKeywordTypeKind } from "https://deno.land/x/swdev@0.5.2/swc_wasm/types.ts";
definition:
| "any"
| "unknown"
| "number"
| "object"
| "boolean"
| "bigint"
| "string"
| "symbol"
| "void"
| "undefined"
| "null"
| "never"