UNPKG

@reactivex/ix-esnext-esm

Version:

The Interactive Extensions for JavaScript

12 lines (10 loc) 266 B
import { IterableX } from '../../iterable/iterablex'; import { toArray } from '../../iterable/toarray'; /** * @ignore */ export function toArrayProto() { return toArray(this); } IterableX.prototype.toArray = toArrayProto; //# sourceMappingURL=toarray.mjs.map