📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-02 18:35:42
📂
/ (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: combineLatest.d.ts
Writable
import { ObservableInputTuple, OperatorFunction } from '../types'; /** @deprecated Replaced with {@link combineLatestWith}. Will be removed in v8. */ export declare function combineLatest<T, A extends readonly unknown[], R>(sources: [...ObservableInputTuple<A>], project: (...values: [T, ...A]) => R): OperatorFunction<T, R>; /** @deprecated Replaced with {@link combineLatestWith}. Will be removed in v8. */ export declare function combineLatest<T, A extends readonly unknown[], R>(sources: [...ObservableInputTuple<A>]): OperatorFunction<T, [T, ...A]>; /** @deprecated Replaced with {@link combineLatestWith}. Will be removed in v8. */ export declare function combineLatest<T, A extends readonly unknown[], R>(...sourcesAndProject: [...ObservableInputTuple<A>, (...values: [T, ...A]) => R]): OperatorFunction<T, R>; /** @deprecated Replaced with {@link combineLatestWith}. Will be removed in v8. */ export declare function combineLatest<T, A extends readonly unknown[], R>(...sources: [...ObservableInputTuple<A>]): OperatorFunction<T, [T, ...A]>; //# sourceMappingURL=combineLatest.d.ts.map
💾 Save Changes
❌ Cancel