Skip to main content
Latest
type alias Primitive
import { type Primitive } from "https://deno.land/x/discordeno@18.0.1/plugins/validations/deps.ts";

Non object primitives

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