OCA_Backend/api/node_modules/sequelize/lib/generic/falsy.ts

2 lines
72 B
TypeScript
Raw Normal View History

2022-01-22 13:36:44 +00:00
export type Falsy = false | 0 | -0 | 0n | '' | null | undefined | void;