test: code cleanup
[poolifier.git] / src / index.ts
index 85c3a564af238e2858517105ec2960461f41c0a4..cfbffb722f119cb7a33e1f3432785e88de47019f 100644 (file)
@@ -71,5 +71,5 @@ export type {
   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'