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