isStr.d.ts 66 B

1234
  1. declare function isStr(val: any): val is string;
  2. export = isStr;