@lifaon/rx-js-light
Version:
Blazing fast Observables
12 lines (11 loc) • 501 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.createNextNotification = void 0;
var create_notification_1 = require("../../create-notification.cjs");
var next_notification_name_constant_1 = require("./next-notification-name.constant.cjs");
function createNextNotification(value) {
return (0, create_notification_1.createNotification)(next_notification_name_constant_1.NEXT_NOTIFICATION_NAME, value);
}
exports.createNextNotification = createNextNotification;