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