queue.ts 151 Bytes
import { QueueAction } from './QueueAction';
import { QueueScheduler } from './QueueScheduler';

export const queue = new QueueScheduler(QueueAction);