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