UNPKG

@lifaon/rx-js-light

Version:

Blazing fast Observables

12 lines (11 loc) 477 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isErrorNotification = void 0; var error_notification_name_constant_1 = require("./error-notification-name.constant.cjs"); var is_notification_1 = require("../../is-notification.cjs"); function isErrorNotification(value) { return (0, is_notification_1.isNotification)(value, error_notification_name_constant_1.ERROR_NOTIFICATION_NAME); } exports.isErrorNotification = isErrorNotification;