isFile.d.ts 62 B

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