UNPKG

@reactivex/ix-esnext-esm

Version:

The Interactive Extensions for JavaScript

10 lines (8 loc) 175 B
export function toSet(source) { const set = new Set(); for (const item of source) { set.add(item); } return set; } //# sourceMappingURL=toset.mjs.map