UNPKG

@reactivex/ix-esnext-esm

Version:

The Interactive Extensions for JavaScript

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