UNPKG

ix

Version:

The Interactive Extensions for JavaScript

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