source: trip-planner-front/node_modules/rxjs/_esm2015/internal/scheduler/async.js

Last change on this file was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 229 bytes
RevLine 
[6a3a178]1import { AsyncAction } from './AsyncAction';
2import { AsyncScheduler } from './AsyncScheduler';
3export const asyncScheduler = new AsyncScheduler(AsyncAction);
4export const async = asyncScheduler;
5//# sourceMappingURL=async.js.map
Note: See TracBrowser for help on using the repository browser.