Searched defs:readdirSync (Results 1 – 6 of 6) sorted by relevance
23 readdirSync(path: string): string[]; variable
63 let readdirSync = (path, options) => fs.readdirSync(path, options) function
14 readdirSync, property1014 readdirSync() { method in PathBase1452 readdirSync(entry = this.cwd, opts = { method in PathScurryBase
40 readdirSync: fs_1.readdirSync, property1042 readdirSync() { method in PathBase1483 readdirSync(entry = this.cwd, opts = { method in PathScurryBase
1202 readdirSync(path: string): string[]; method
1512 function readdirSync(path, options) { function