UNPKG

ix

Version:

The Interactive Extensions for JavaScript

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