UNPKG

lambda-live-debugger

Version:

Debug Lambda functions locally like it is running in the cloud

7 lines (6 loc) 231 B
/** * Function to find the path of a module in the directory and parent directories * @param {*} dir * @param {*} moduleName */ export declare function findNpmPath(dir: string, moduleName: string): Promise<string | undefined>;