UNPKG

lambda-live-debugger

Version:

Debug Lambda functions locally like it is running in the cloud

11 lines (10 loc) 237 B
/** * Get the dirname of the Lambda Live Debugger NPM module * @returns */ export declare function getModuleDirname(): string; /** * Get the dirname of the project * @returns */ export declare function getProjectDirname(): string;