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

2 lines
80 B
TypeScript
Raw Permalink Normal View History

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