@reactivex/ix-esnext-esm
Version:
The Interactive Extensions for JavaScript
12 lines (10 loc) • 296 B
JavaScript
import { AsyncIterableX } from '../../asynciterable/asynciterablex.js';
import { toArray } from '../../asynciterable/toarray.js';
/**
* @ignore
*/
export function toArrayProto() {
return toArray(this);
}
AsyncIterableX.prototype.toArray = toArrayProto;
//# sourceMappingURL=toarray.js.map