Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/computed_types/src/utils.ts>Primitive

🦩 Joi like validations for TypeScript
Go to Latest
type alias Primitive
import { type Primitive } from "https://deno.land/x/computed_types@v0.2.6/src/utils.ts";
definition:
| string
| number
| symbol
| boolean
| null
| undefined
| void
| bigint