📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-02 09:59:14
📂
/ (Root)
/
home
/
orkouolp
/
web
/
testing.orkobd
/
laravel
/
node_modules
/
rxjs
/
dist
/
types
/
internal
/
scheduler
📍 /home/orkouolp/web/testing.orkobd/laravel/node_modules/rxjs/dist/types/internal/scheduler
🔄 Refresh
✏️
Editing: intervalProvider.d.ts
Writable
import type { TimerHandle } from './timerHandle'; declare type SetIntervalFunction = (handler: () => void, timeout?: number, ...args: any[]) => TimerHandle; declare type ClearIntervalFunction = (handle: TimerHandle) => void; interface IntervalProvider { setInterval: SetIntervalFunction; clearInterval: ClearIntervalFunction; delegate: { setInterval: SetIntervalFunction; clearInterval: ClearIntervalFunction; } | undefined; } export declare const intervalProvider: IntervalProvider; export {}; //# sourceMappingURL=intervalProvider.d.ts.map
💾 Save Changes
❌ Cancel