UNPKG

@reactivex/ix-esnext-esm

Version:

The Interactive Extensions for JavaScript

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