Skip to main content
Module

x/scaffold/src/deps/types.ts>Primitive

scaffold your next project with style and 💗
Latest
type alias Primitive
import { type Primitive } from "https://deno.land/x/scaffold@0.3.0/src/deps/types.ts";

Matches any primitive value.

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