UNPKG

@lifaon/rx-js-light

Version:

Blazing fast Observables

6 lines (5 loc) 266 B
import {COMPLETE_NOTIFICATION_NAME} from "./complete-notification-name.constant.mjs"; import {createNotification} from "../../create-notification.mjs"; export function createCompleteNotification() { return createNotification(COMPLETE_NOTIFICATION_NAME, void 0); }