docs: add missing exports
[poolifier.git] / src / index.ts
index 3cc6fa0314825c09d6ab3965551ef950f5329aa2..dce003805d0ee3c7d44d499d33ce4454c188f8e0 100644 (file)
@@ -42,3 +42,4 @@ export type {
   PromiseResponseWrapper,
   MessageValue
 } from './utility-types'
+export type { CircularArray } from './circular-array'