Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / rxjs / _esm5 / internal / scheduler / async.js
1 /** PURE_IMPORTS_START _AsyncAction,_AsyncScheduler PURE_IMPORTS_END */
2 import { AsyncAction } from './AsyncAction';
3 import { AsyncScheduler } from './AsyncScheduler';
4 export var asyncScheduler = /*@__PURE__*/ new AsyncScheduler(AsyncAction);
5 export var async = asyncScheduler;
6 //# sourceMappingURL=async.js.map