Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

TsKeywordTypeKind

type TsKeywordTypeKind =
| "any"
| "unknown"
| "number"
| "object"
| "boolean"
| "bigint"
| "string"
| "symbol"
| "void"
| "undefined"
| "null"
| "never";

§Type

§
"any" | "unknown" | "number" | "object" | "boolean" | "bigint" | "string" | "symbol" | "void" | "undefined" | "null" | "never"
[src]