Skip to main content
Module

x/discordeno/mod.ts>Primitive

Discord API library for Deno
Latest
type alias Primitive
import { type Primitive } from "https://deno.land/x/discordeno@18.0.1/mod.ts";

Non object primitives

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