4 lines
183 B
JavaScript
Raw Normal View History

2020-05-19 11:43:42 +03:00
import { QueueAction } from './QueueAction';
import { QueueScheduler } from './QueueScheduler';
export const queue = new QueueScheduler(QueueAction);
//# sourceMappingURL=queue.js.map