UNPKG

@reactivex/ix-esnext-esm

Version:

The Interactive Extensions for JavaScript

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