UNPKG

@lifaon/rx-js-light

Version:

Blazing fast Observables

12 lines (11 loc) 529 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.createCompleteNotification = void 0; var complete_notification_name_constant_1 = require("./complete-notification-name.constant.cjs"); var create_notification_1 = require("../../create-notification.cjs"); function createCompleteNotification() { return (0, create_notification_1.createNotification)(complete_notification_name_constant_1.COMPLETE_NOTIFICATION_NAME, void 0); } exports.createCompleteNotification = createCompleteNotification;