UNPKG

lambda-live-debugger

Version:

Debug Lambda functions locally like it is running in the cloud

7 lines (6 loc) 176 B
/** * Find the package.json file for a given code path * @param codePath * @returns */ export declare function findPackageJson(codePath: any): Promise<string | undefined>;