UNPKG

lambda-live-debugger

Version:

Debug Lambda functions locally like it is running in the cloud

7 lines (5 loc) 156 B
import { exhaustAll } from './exhaustAll'; /** * @deprecated Renamed to {@link exhaustAll}. Will be removed in v8. */ export const exhaust = exhaustAll;