minor adjustment to readme
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / rxjs / _esm2015 / internal / scheduler / asap.js
1 import { AsapAction } from './AsapAction';
2 import { AsapScheduler } from './AsapScheduler';
3 export const asapScheduler = new AsapScheduler(AsapAction);
4 export const asap = asapScheduler;
5 //# sourceMappingURL=asap.js.map