source:
trip-planner-front/node_modules/rxjs/_esm2015/internal/scheduler/queue.js
Last change on this file was 6a3a178, checked in by , 3 years ago | |
---|---|
|
|
File size: 229 bytes |
Line | |
---|---|
1 | import { QueueAction } from './QueueAction'; |
2 | import { QueueScheduler } from './QueueScheduler'; |
3 | export const queueScheduler = new QueueScheduler(QueueAction); |
4 | export const queue = queueScheduler; |
5 | //# sourceMappingURL=queue.js.map |
Note:
See TracBrowser
for help on using the repository browser.