notetron/node_modules/boolean/build/lib/isBooleanable.d.ts

3 lines
80 B
TypeScript
Raw Normal View History

2022-03-22 06:49:52 +00:00
declare const isBooleanable: (value: any) => boolean;
export { isBooleanable };