UNPKG

@lifaon/rx-js-light

Version:

Blazing fast Observables

6 lines (5 loc) 242 B
import {ERROR_NOTIFICATION_NAME} from "./error-notification-name.constant.mjs"; import {isNotification} from "../../is-notification.mjs"; export function isErrorNotification(value) { return isNotification(value, ERROR_NOTIFICATION_NAME); }