UNPKG

ix

Version:

The Interactive Extensions for JavaScript

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