UNPKG

@reactivex/ix-esnext-esm

Version:

The Interactive Extensions for JavaScript

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