UNPKG

@ibm/sourceorbit

Version:

IBM i dependency management tool

7 lines (6 loc) 243 B
export declare class ReadFileSystem { constructor(); getFiles(cwd: string, globPath?: string, additionalOpts?: any): Promise<string[]>; readFile(filePath: string): Promise<string>; exists(filePath: string): Promise<boolean>; }