UNPKG

@reactivex/ix-esnext-esm

Version:

The Interactive Extensions for JavaScript

12 lines (10 loc) 266 B
import { IterableX } from '../../iterable/iterablex.js'; import { some } from '../../iterable/some.js'; /** * @ignore */ export function someProto(options) { return some(this, options); } IterableX.prototype.some = someProto; //# sourceMappingURL=some.js.map