UNPKG

boolean

Version:

boolean converts lots of things to boolean.

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