UNPKG

lambda-live-debugger

Version:

Debug Lambda functions locally like it is running in the cloud

11 lines (10 loc) 201 B
/*** * Node External Editor * * Kevin Gravier <kevin@mrkmg.com> * MIT 2018 */ export declare class ReadFileError extends Error { originalError: Error; constructor(originalError: Error); }