UNPKG

@reactivex/ix-esnext-esm

Version:

The Interactive Extensions for JavaScript

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