UNPKG

@reactivex/ix-esnext-esm

Version:

The Interactive Extensions for JavaScript

9 lines (7 loc) 278 B
import { AsyncIterableX } from '../../asynciterable/asynciterablex'; import { first } from '../../asynciterable/first'; export function firstProto(predicate) { return first(this, predicate); } AsyncIterableX.prototype.first = firstProto; //# sourceMappingURL=first.mjs.map