UNPKG

ix

Version:

The Interactive Extensions for JavaScript

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