toBool.d.ts 62 B

1234
  1. declare function toBool(val: any): boolean;
  2. export = toBool;