@lifaon/rx-js-light
Version:
Blazing fast Observables
8 lines (7 loc) • 315 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.STATIC_COMPLETE_NOTIFICATION = void 0;
var create_complete_notification_1 = require("./create-complete-notification.cjs");
exports.STATIC_COMPLETE_NOTIFICATION = (0, create_complete_notification_1.createCompleteNotification)();