isDir.d.ts 73 B

123
  1. declare function isDir(path: string): Promise<boolean>;
  2. export = isDir;