UNPKG

next

Version:

The React Framework

9 lines (8 loc) 236 B
export interface FileReader { /** * Reads the directory contents recursively. * * @param dir directory to read recursively from */ read(dir: string): Promise<ReadonlyArray<string>> | ReadonlyArray<string>; }