Skip to content

Type Alias: Falsey

ts
type Falsey = false | 0 | "" | null | undefined | void;

Defined in: src/betterdiscord/api/hooks.ts:4