flat-readdir.d.ts 86 B

1
  1. export declare function flatReaddir(dir: string, include: RegExp): Promise<string[]>;