UNPKG

cspell-config-lib

Version:
5 lines 323 B
export declare function json(obj: unknown, indent?: string | number): string; export declare function tempPath(file: string): string; export declare function createPathForFile(file: string): Promise<void>; export declare function copyFile(fromFile: string, toFile: string): Promise<void>; //# sourceMappingURL=util.d.ts.map