Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / rxjs / _esm2015 / internal / operators / auditTime.js
1 import { async } from '../scheduler/async';
2 import { audit } from './audit';
3 import { timer } from '../observable/timer';
4 export function auditTime(duration, scheduler = async) {
5     return audit(() => timer(duration, scheduler));
6 }
7 //# sourceMappingURL=auditTime.js.map