UNPKG

340 BTypeScriptView Raw
1/**
2 * Recursively read the contents of a directory.
3 *
4 * @param targetDir Absolute or relative path of the directory to scan. All returned paths will be relative to this
5 * directory.
6 * @returns Array holding all relative paths
7 */
8export declare function deepReadDirSync(targetDir: string): string[];
9//# sourceMappingURL=utils.d.ts.map
\No newline at end of file