UNPKG

lambda-live-debugger

Version:

Debug Lambda functions locally like it is running in the cloud

7 lines (6 loc) 150 B
/** * Get the root folder from a list of folders * @param folders * @returns */ export declare function getRootFolder(folders: string[]): string;