@lifaon/rx-js-light
Version:
Blazing fast Observables
19 lines (18 loc) • 509 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.complete = exports.emptyN = void 0;
var empty_with_notifications_1 = require("./empty-with-notifications.cjs");
Object.defineProperty(exports, "emptyN", {
enumerable: true,
get: function () {
return empty_with_notifications_1.emptyWithNotifications;
}
});
Object.defineProperty(exports, "complete", {
enumerable: true,
get: function () {
return empty_with_notifications_1.emptyWithNotifications;
}
});