export type Falsy = "" | 0 | false | null | undefined;
export type Falsey = Falsy;
//# sourceMappingURL=Falsy.d.ts.map