UNPKG

@reactivex/ix-esnext-esm

Version:

The Interactive Extensions for JavaScript

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