UNPKG

@reactivex/ix-esnext-esm

Version:

The Interactive Extensions for JavaScript

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