UNPKG

boolean

Version:

boolean converts lots of things to boolean.

3 lines (2 loc) 80 B
declare const isBooleanable: (value: any) => boolean; export { isBooleanable };