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