📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-02 05:16:27
📂
/ (Root)
/
home
/
orkouolp
/
web
/
testing.orkobd
/
laravel
/
node_modules
/
rxjs
/
dist
/
cjs
/
internal
📍 /home/orkouolp/web/testing.orkobd/laravel/node_modules/rxjs/dist/cjs/internal
🔄 Refresh
✏️
Editing: NotificationFactories.js
Writable
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.createNotification = exports.nextNotification = exports.errorNotification = exports.COMPLETE_NOTIFICATION = void 0; exports.COMPLETE_NOTIFICATION = (function () { return createNotification('C', undefined, undefined); })(); function errorNotification(error) { return createNotification('E', undefined, error); } exports.errorNotification = errorNotification; function nextNotification(value) { return createNotification('N', value, undefined); } exports.nextNotification = nextNotification; function createNotification(kind, value, error) { return { kind: kind, value: value, error: error, }; } exports.createNotification = createNotification; //# sourceMappingURL=NotificationFactories.js.map
💾 Save Changes
❌ Cancel