UNPKG

@reactivex/ix-esnext-esm

Version:

The Interactive Extensions for JavaScript

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