@reactivex/ix-es2015-cjs
Version:
The Interactive Extensions for JavaScript
16 lines (14 loc) • 489 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.singleProto = void 0;
const asynciterablex_js_1 = require("../../asynciterable/asynciterablex.js");
const single_js_1 = require("../../asynciterable/single.js");
/**
* @ignore
*/
function singleProto(options) {
return (0, single_js_1.single)(this, options);
}
exports.singleProto = singleProto;
asynciterablex_js_1.AsyncIterableX.prototype.single = singleProto;
//# sourceMappingURL=single.js.map