UNPKG

ix

Version:

The Interactive Extensions for JavaScript

12 lines (10 loc) 260 B
import { IterableX } from '../../iterable/iterablex.mjs'; import { toSet } from '../../iterable/toset.mjs'; /** * @ignore */ export function toSetProto() { return toSet(this); } IterableX.prototype.toSet = toSetProto; //# sourceMappingURL=toset.mjs.map