Skip to content

Commit 4624a8c

Browse files
committed
add WorkerFn to exports
1 parent bb1c8b4 commit 4624a8c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@ import { Queue } from './Queue'
22

33
export { Queue } from './Queue'
44
export { QueueConfig } from './QueueConfig'
5+
export { WorkerFn } from './WorkerFn'
56

67
export default Queue

0 commit comments

Comments
 (0)