📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-02 21:59:35
📂
/ (Root)
/
home
/
orkouolp
/
web
/
testing.orkobd
/
laravel
/
node_modules
/
rxjs
/
dist
/
types
/
internal
/
operators
📍 /home/orkouolp/web/testing.orkobd/laravel/node_modules/rxjs/dist/types/internal/operators
🔄 Refresh
✏️
Editing: map.d.ts
Writable
import { OperatorFunction } from '../types'; export declare function map<T, R>(project: (value: T, index: number) => R): OperatorFunction<T, R>; /** @deprecated Use a closure instead of a `thisArg`. Signatures accepting a `thisArg` will be removed in v8. */ export declare function map<T, R, A>(project: (this: A, value: T, index: number) => R, thisArg: A): OperatorFunction<T, R>; //# sourceMappingURL=map.d.ts.map
💾 Save Changes
❌ Cancel