UNPKG

@reactivex/ix-esnext-esm

Version:

The Interactive Extensions for JavaScript

12 lines (10 loc) 355 B
import { AsyncIterableX } from '../../asynciterable/asynciterablex.js'; import { TakeLastAsyncIterable } from '../../asynciterable/operators/takelast.js'; /** * @ignore */ export function takeLastProto(count) { return new TakeLastAsyncIterable(this, count); } AsyncIterableX.prototype.takeLast = takeLastProto; //# sourceMappingURL=takelast.js.map