UNPKG

@lifaon/rx-js-light

Version:

Blazing fast Observables

15 lines (14 loc) 550 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.emptyWithNotifications = void 0; var noop_1 = require("../../../../../../misc/helpers/noop.cjs"); var complete_notification_constant_1 = require("../../../../../../misc/notifications/built-in/complete/complete-notification.constant.cjs"); function emptyWithNotifications() { return function (emit) { emit(complete_notification_constant_1.STATIC_COMPLETE_NOTIFICATION); return noop_1.noop; }; } exports.emptyWithNotifications = emptyWithNotifications;