|
export declare function parseRequireDeps(filePath: string): string[];
|
|
export declare const isWindows: boolean;
|
|
export declare function cleanRequireCache(cacheKey: string): void;
|
|
export declare function copyFile(targetPath: string, sourcePath: string): void;
|