UNPKG

@reactivex/ix-esnext-esm

Version:

The Interactive Extensions for JavaScript

12 lines (10 loc) 291 B
import { AsyncIterableX } from '../../asynciterable/asynciterablex'; import { toArray } from '../../asynciterable/toarray'; /** * @ignore */ export function toArrayProto() { return toArray(this); } AsyncIterableX.prototype.toArray = toArrayProto; //# sourceMappingURL=toarray.mjs.map