UNPKG

@reactivex/ix-esnext-esm

Version:

The Interactive Extensions for JavaScript

12 lines (10 loc) 304 B
import { AsyncIterableX } from '../../asynciterable/asynciterablex.js'; import { first } from '../../asynciterable/first.js'; /** * @ignore */ export async function firstProto(options) { return first(this, options); } AsyncIterableX.prototype.first = firstProto; //# sourceMappingURL=first.js.map