Skip to main content
Module

x/unknownutil/is.ts>Primitive

🦕 A lightweight utility pack for handling unknown type
Go to Latest
type alias Primitive
import { type Primitive } from "https://deno.land/x/unknownutil@v3.18.0/is.ts";
definition:
| string
| number
| bigint
| boolean
| null
| undefined
| symbol