OCA_Backend/api/node_modules/sequelize/lib/generic/falsy.ts
2022-01-22 19:06:44 +05:30

2 lines
72 B
TypeScript

export type Falsy = false | 0 | -0 | 0n | '' | null | undefined | void;