export type Falsy = undefined | null | false | '' | 0; export declare function isTruthy(value: Truthy | Falsy): value is Truthy; //# sourceMappingURL=is-truthy.d.ts.map