queue.js 183 Bytes Edit 1 2 3 4 import { QueueAction } from './QueueAction'; import { QueueScheduler } from './QueueScheduler'; export const queue = new QueueScheduler(QueueAction); //# sourceMappingURL=queue.js.map