fix: workaround node 16 issue with crypto named export
[poolifier.git] / src / index.ts
index a4e22756afc61c8bfe9bd0ff58b088d2031b06c3..cfbffb722f119cb7a33e1f3432785e88de47019f 100644 (file)
@@ -67,8 +67,9 @@ export type {
   Task,
   TaskError,
   TaskPerformance,
-  WorkerStatistics
+  WorkerStatistics,
+  Writable
 } from './utility-types'
 export type { CircularArray } from './circular-array'
-export type { Queue } from './queue'
+export type { Deque, Node } from './deque'
 export { availableParallelism } from './utils'