wave-ai/frontend/.angular/cache/18.2.21/babel-webpack/a3e37c665e5e890ed2b5a360346c594647dc9c67cf43147850bdd178627174c5.json

1 line
450 B
JSON

{"ast":null,"code":"import { asyncScheduler } from '../scheduler/async';\nimport { throttle } from './throttle';\nimport { timer } from '../observable/timer';\nexport function throttleTime(duration, scheduler = asyncScheduler, config) {\n const duration$ = timer(duration, scheduler);\n return throttle(() => duration$, config);\n}\n//# sourceMappingURL=throttleTime.js.map","map":null,"metadata":{},"sourceType":"module","externalDependencies":[]}