UNPKG

@reactivex/ix-esnext-esm

Version:

The Interactive Extensions for JavaScript

12 lines (10 loc) 350 B
import { AsyncIterableX } from '../../asynciterable/asynciterablex'; import { SkipLastAsyncIterable } from '../../asynciterable/operators/skiplast'; /** * @ignore */ export function skipLastProto(count) { return new SkipLastAsyncIterable(this, count); } AsyncIterableX.prototype.skipLast = skipLastProto; //# sourceMappingURL=skiplast.mjs.map