UNPKG

@reactivex/ix-esnext-esm

Version:

The Interactive Extensions for JavaScript

9 lines (7 loc) 253 B
import { IterableX } from '../../iterable/iterablex'; import { first } from '../../iterable/first'; export function firstProto(predicate) { return first(this, predicate); } IterableX.prototype.first = firstProto; //# sourceMappingURL=first.mjs.map