source: trip-planner-front/node_modules/rxjs/_esm5/internal/scheduler/async.js@ 571e0df

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

initial commit

  • Property mode set to 100644
File size: 312 bytes
Line 
1/** PURE_IMPORTS_START _AsyncAction,_AsyncScheduler PURE_IMPORTS_END */
2import { AsyncAction } from './AsyncAction';
3import { AsyncScheduler } from './AsyncScheduler';
4export var asyncScheduler = /*@__PURE__*/ new AsyncScheduler(AsyncAction);
5export var async = asyncScheduler;
6//# sourceMappingURL=async.js.map
Note: See TracBrowser for help on using the repository browser.