UNPKG

@rushstack/node-core-library

Version:

Core libraries that every NodeJS toolchain project should use

7 lines 228 B
/** * Returns the current user's home folder path. * Throws if it cannot be determined. Successful results are cached. * @public */ export declare function getHomeFolder(): string; //# sourceMappingURL=getHomeFolder.d.ts.map