Actualizacion maquina principal
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / rxjs / _esm5 / internal / operators / auditTime.js
diff --git a/.config/coc/extensions/node_modules/coc-prettier/node_modules/rxjs/_esm5/internal/operators/auditTime.js b/.config/coc/extensions/node_modules/coc-prettier/node_modules/rxjs/_esm5/internal/operators/auditTime.js
new file mode 100644 (file)
index 0000000..e862206
--- /dev/null
@@ -0,0 +1,11 @@
+/** PURE_IMPORTS_START _scheduler_async,_audit,_observable_timer PURE_IMPORTS_END */
+import { async } from '../scheduler/async';
+import { audit } from './audit';
+import { timer } from '../observable/timer';
+export function auditTime(duration, scheduler) {
+    if (scheduler === void 0) {
+        scheduler = async;
+    }
+    return audit(function () { return timer(duration, scheduler); });
+}
+//# sourceMappingURL=auditTime.js.map