queue.ts 151 Bytes Edit Raw Blame History Permalink 1 2 3 4 import { QueueAction } from './QueueAction'; import { QueueScheduler } from './QueueScheduler'; export const queue = new QueueScheduler(QueueAction);