UNPKG

@reactivex/ix-esnext-esm

Version:

The Interactive Extensions for JavaScript

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