📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-02 07:08:31
📂
/ (Root)
/
home
/
orkouolp
/
web
/
testing.orkobd
/
laravel
/
node_modules
/
rxjs
/
dist
/
types
/
internal
📍 /home/orkouolp/web/testing.orkobd/laravel/node_modules/rxjs/dist/types/internal
🔄 Refresh
✏️
Editing: Operator.d.ts
Writable
import { Subscriber } from './Subscriber'; import { TeardownLogic } from './types'; /*** * @deprecated Internal implementation detail, do not use directly. Will be made internal in v8. */ export interface Operator<T, R> { call(subscriber: Subscriber<R>, source: any): TeardownLogic; } //# sourceMappingURL=Operator.d.ts.map
💾 Save Changes
❌ Cancel