temp
This commit is contained in:
4
dist/tools/utils.d.ts
vendored
Normal file
4
dist/tools/utils.d.ts
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
/** Directory names to skip when walking or listing workspaces. */
|
||||
export declare const EXCLUDED: Set<string>;
|
||||
/** Resolve a relative path safely within a workspace root — throws if it tries to escape. */
|
||||
export declare function safeResolve(root: string, rel: string): string;
|
||||
Reference in New Issue
Block a user