📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-02 07:09:01
📂
/ (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: timeoutWith.d.ts
Writable
import { ObservableInput, OperatorFunction, SchedulerLike } from '../types'; /** @deprecated Replaced with {@link timeout}. Instead of `timeoutWith(someDate, a$, scheduler)`, use the configuration object * `timeout({ first: someDate, with: () => a$, scheduler })`. Will be removed in v8. */ export declare function timeoutWith<T, R>(dueBy: Date, switchTo: ObservableInput<R>, scheduler?: SchedulerLike): OperatorFunction<T, T | R>; /** @deprecated Replaced with {@link timeout}. Instead of `timeoutWith(100, a$, scheduler)`, use the configuration object * `timeout({ each: 100, with: () => a$, scheduler })`. Will be removed in v8. */ export declare function timeoutWith<T, R>(waitFor: number, switchTo: ObservableInput<R>, scheduler?: SchedulerLike): OperatorFunction<T, T | R>; //# sourceMappingURL=timeoutWith.d.ts.map
💾 Save Changes
❌ Cancel