UNPKG

lambda-live-debugger

Version:

Debug Lambda functions locally like it is running in the cloud

6 lines 192 B
import { exhaustMap } from './exhaustMap'; import { identity } from '../util/identity'; export function exhaustAll() { return exhaustMap(identity); } //# sourceMappingURL=exhaustAll.js.map