@sentry/node
Version:
Official Sentry SDK for Node.js
10 lines (9 loc) • 350 B
TypeScript
/**
* Recursively read the contents of a directory.
*
* @param targetDir Absolute or relative path of the directory to scan. All returned paths will be relative to this
* directory.
* @returns Array holding all relative paths
*/
export declare function deepReadDirSync(targetDir: string): string[];
//# sourceMappingURL=utils.d.ts.map