📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-02 17:39:28
📂
/ (Root)
/
home
/
orkouolp
/
web
/
testing.orkobd
/
laravel
/
node_modules
/
rxjs
/
dist
/
types
/
internal
/
util
📍 /home/orkouolp/web/testing.orkobd/laravel/node_modules/rxjs/dist/types/internal/util
🔄 Refresh
✏️
Editing: mapOneOrManyArgs.d.ts
Writable
import { OperatorFunction } from "../types"; /** * Used in several -- mostly deprecated -- situations where we need to * apply a list of arguments or a single argument to a result selector. */ export declare function mapOneOrManyArgs<T, R>(fn: ((...values: T[]) => R)): OperatorFunction<T | T[], R>; //# sourceMappingURL=mapOneOrManyArgs.d.ts.map
💾 Save Changes
❌ Cancel