📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-02 10:34:09
📂
/ (Root)
/
home
/
orkouolp
/
web
/
testing.orkobd
/
laravel
/
node_modules
/
rxjs
/
dist
/
esm
/
internal
/
operators
📍 /home/orkouolp/web/testing.orkobd/laravel/node_modules/rxjs/dist/esm/internal/operators
🔄 Refresh
✏️
Editing: throttleTime.js
Writable
import { asyncScheduler } from '../scheduler/async'; import { throttle } from './throttle'; import { timer } from '../observable/timer'; export function throttleTime(duration, scheduler = asyncScheduler, config) { const duration$ = timer(duration, scheduler); return throttle(() => duration$, config); } //# sourceMappingURL=throttleTime.js.map
💾 Save Changes
❌ Cancel