UNPKG

@redocly/openapi-core

Version:

See https://github.com/Redocly/redocly-cli

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