UNPKG

recoder-code

Version:

🚀 AI-powered development platform - Chat with 32+ models, build projects, automate workflows. Free models included!

5 lines • 229 B
import { QueueAction } from './QueueAction'; import { QueueScheduler } from './QueueScheduler'; export const queueScheduler = new QueueScheduler(QueueAction); export const queue = queueScheduler; //# sourceMappingURL=queue.js.map