Metzploreur/node_modules/@smithy/shared-ini-file-loader/dist-types/getHomeDir.d.ts
clement callaert 244d45ceb8 Version 2
2023-11-01 17:33:25 +01:00

6 lines
122 B
TypeScript

/**
* Get the HOME directory for the current runtime.
*
* @internal
*/
export declare const getHomeDir: () => string;