2 lines
72 B
TypeScript
2 lines
72 B
TypeScript
|
export type Falsy = false | 0 | -0 | 0n | '' | null | undefined | void;
|