📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-02 12:26:46
📂
/ (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: auditTime.js
Writable
import { asyncScheduler } from '../scheduler/async'; import { audit } from './audit'; import { timer } from '../observable/timer'; export function auditTime(duration, scheduler) { if (scheduler === void 0) { scheduler = asyncScheduler; } return audit(function () { return timer(duration, scheduler); }); } //# sourceMappingURL=auditTime.js.map
💾 Save Changes
❌ Cancel