boolean.d.ts 68 B

12
  1. declare const boolean: (value: any) => boolean;
  2. export { boolean };