UNPKG

lambda-live-debugger

Version:

Debug Lambda functions locally like it is running in the cloud

7 lines (6 loc) 122 B
/** * Get the HOME directory for the current runtime. * * @internal */ export declare const getHomeDir: () => string;