UNPKG

lambda-live-debugger

Version:

Debug Lambda functions locally like it is running in the cloud

5 lines 148 B
import { filter } from './filter'; export function skip(count) { return filter((_, index) => count <= index); } //# sourceMappingURL=skip.js.map