UNPKG

lambda-live-debugger

Version:

Debug Lambda functions locally like it is running in the cloud

11 lines (10 loc) 437 B
/** * Returns candidate paths to the TypeScript package.json file derived from the current * working directory and, if provided, from the given directory. * * @param dirname - Optional directory path to derive an additional candidate path from. * @returns An array of unique candidate paths to the TypeScript package.json file. * * @internal */ export declare const getTypeScriptPackageJsonPaths: (dirname?: string) => string[];