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