UNPKG

@reactivex/ix-esnext-esm

Version:

The Interactive Extensions for JavaScript

9 lines (7 loc) 254 B
import { IterableX } from '../../iterable/iterablex.js'; import { toMap } from '../../iterable/tomap.js'; export function toMapProto(options) { return toMap(this, options); } IterableX.prototype.toMap = toMapProto; //# sourceMappingURL=tomap.js.map