UNPKG

@lifaon/rx-js-light

Version:

Blazing fast Observables

6 lines (5 loc) 258 B
import {createNotification} from "../../create-notification.mjs"; import {ERROR_NOTIFICATION_NAME} from "./error-notification-name.constant.mjs"; export function createErrorNotification(error) { return createNotification(ERROR_NOTIFICATION_NAME, error); }