2020-05-19 11:43:42 +03:00

4 lines
183 B
JavaScript

import { QueueAction } from './QueueAction';
import { QueueScheduler } from './QueueScheduler';
export const queue = new QueueScheduler(QueueAction);
//# sourceMappingURL=queue.js.map