UNPKG

ix

Version:

The Interactive Extensions for JavaScript

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