UNPKG

@reactivex/ix-esnext-esm

Version:

The Interactive Extensions for JavaScript

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