📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-02 17:44:55
📂
/ (Root)
/
home
/
orkouolp
/
web
/
testing.orkobd
/
laravel
/
node_modules
/
rxjs
/
dist
/
esm5
/
internal
/
operators
📍 /home/orkouolp/web/testing.orkobd/laravel/node_modules/rxjs/dist/esm5/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, config) { if (scheduler === void 0) { scheduler = asyncScheduler; } var duration$ = timer(duration, scheduler); return throttle(function () { return duration$; }, config); } //# sourceMappingURL=throttleTime.js.map
💾 Save Changes
❌ Cancel