We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb1c8b4 commit 4624a8cCopy full SHA for 4624a8c
src/index.ts
@@ -2,5 +2,6 @@ import { Queue } from './Queue'
2
3
export { Queue } from './Queue'
4
export { QueueConfig } from './QueueConfig'
5
+export { WorkerFn } from './WorkerFn'
6
7
export default Queue
0 commit comments