UNPKG

@thi.ng/file-io

Version:

Assorted file I/O utils (with logging support) for NodeJS/Bun

9 lines 272 B
/** * Replaces `home` (default: `process.env.HOME`) sub-path with given `mask` * (default: `~`). * * @param path * @param home */ export declare const maskHomeDir: (path: string, home?: string | undefined, mask?: string) => string; //# sourceMappingURL=mask.d.ts.map