@lifaon/rx-js-light
Version:
Blazing fast Observables
13 lines (12 loc) • 340 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.singleN = void 0;
var single_with_notifications_1 = require("./single-with-notifications.cjs");
Object.defineProperty(exports, "singleN", {
enumerable: true,
get: function () {
return single_with_notifications_1.singleWithNotifications;
}
});