queue.js 183 B

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