Skip to main content
Module

x/911/types.d.ts>Primitive

Opinionated collection of helper tools. Assembled with Deno in mind.
Go to Latest
type alias Primitive
import { type Primitive } from "https://deno.land/x/911@0.1.1/types.d.ts";

Matches any primitive value.

definition:
| null
| undefined
| string
| number
| boolean
| symbol
| bigint