refactor: remove blank line
[poolifier.git] / src / index.ts
index 6f6c53849162e84377d7c6380c1c29b3e499d127..67f64f0b3ca91bdb853aafffa4b38fd47955a46a 100644 (file)
@@ -16,6 +16,8 @@ export type {
 } from './pools/pool'
 export { WorkerTypes } from './pools/worker'
 export type {
+  BackPressureCallback,
+  EmptyQueueCallback,
   ErrorHandler,
   EventLoopUtilizationMeasurementStatistics,
   ExitHandler,
@@ -67,8 +69,9 @@ export type {
   Task,
   TaskError,
   TaskPerformance,
-  WorkerStatistics
+  WorkerStatistics,
+  Writable
 } from './utility-types'
 export type { CircularArray } from './circular-array'
-export type { Deque } from './deque'
+export type { Deque, Node } from './deque'
 export { availableParallelism } from './utils'