isBool.d.ts 69 B

123
  1. declare function isBool(val: any): val is boolean;
  2. export = isBool;