📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-02 05:27:46
📂
/ (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: mapTo.d.ts
Writable
import { OperatorFunction } from '../types'; /** @deprecated To be removed in v9. Use {@link map} instead: `map(() => value)`. */ export declare function mapTo<R>(value: R): OperatorFunction<unknown, R>; /** * @deprecated Do not specify explicit type parameters. Signatures with type parameters * that cannot be inferred will be removed in v8. `mapTo` itself will be removed in v9, * use {@link map} instead: `map(() => value)`. * */ export declare function mapTo<T, R>(value: R): OperatorFunction<T, R>; //# sourceMappingURL=mapTo.d.ts.map
💾 Save Changes
❌ Cancel