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

Primitive

Primitive types.

type Primitive =
| string
| number
| boolean
| undefined
| null;

§Type

§
string | number | boolean | undefined | null
[src]