source: trip-planner-front/node_modules/rxjs/_esm5/internal/scheduler/queue.js@ 6a80231

Last change on this file since 6a80231 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 _QueueAction,_QueueScheduler PURE_IMPORTS_END */
2import { QueueAction } from './QueueAction';
3import { QueueScheduler } from './QueueScheduler';
4export var queueScheduler = /*@__PURE__*/ new QueueScheduler(QueueAction);
5export var queue = queueScheduler;
6//# sourceMappingURL=queue.js.map
Note: See TracBrowser for help on using the repository browser.