UNPKG

@reactivex/ix-esnext-esm

Version:

The Interactive Extensions for JavaScript

9 lines (7 loc) 273 B
import { IterableX } from '../../iterable/iterablex'; import { single } from '../../iterable/single'; export function singleProto(predicate = () => true) { return single(this, predicate); } IterableX.prototype.single = singleProto; //# sourceMappingURL=single.mjs.map