UNPKG

@reactivex/ix-esnext-esm

Version:

The Interactive Extensions for JavaScript

9 lines (7 loc) 280 B
import { AsyncIterableX } from '../../asynciterable/asynciterablex'; import { toMap } from '../../asynciterable/tomap'; export async function toMapProto(options) { return toMap(this, options); } AsyncIterableX.prototype.toMap = toMapProto; //# sourceMappingURL=tomap.mjs.map