📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-03 05:22:26
📂
/ (Root)
/
home
/
orkouolp
/
web
/
testing.orkobd
/
laravel
/
node_modules
/
rxjs
/
dist
/
esm
/
internal
📍 /home/orkouolp/web/testing.orkobd/laravel/node_modules/rxjs/dist/esm/internal
🔄 Refresh
✏️
Editing: NotificationFactories.js
Writable
export const COMPLETE_NOTIFICATION = (() => 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, value, error, }; } //# sourceMappingURL=NotificationFactories.js.map
💾 Save Changes
❌ Cancel