Files
stats/packages/queue/index.ts
Carl-Gerhard Lindesvärd ccd1a1456f a lot
2024-02-04 13:23:21 +01:00

5 lines
181 B
TypeScript

export { eventsQueue } from './src/queues';
export { connection } from './src/connection';
export { findJobByPrefix } from './src/utils';
export type { JobsOptions } from 'bullmq';