X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Findex.ts;h=dce003805d0ee3c7d44d499d33ce4454c188f8e0;hb=181eb2b40f0493af369dd9f36d1951d1c04d9933;hp=3cc6fa0314825c09d6ab3965551ef950f5329aa2;hpb=e4b9c7f546318de7603566b141fd0e2d0118c794;p=poolifier.git diff --git a/src/index.ts b/src/index.ts index 3cc6fa03..dce00380 100644 --- a/src/index.ts +++ b/src/index.ts @@ -42,3 +42,4 @@ export type { PromiseResponseWrapper, MessageValue } from './utility-types' +export type { CircularArray } from './circular-array'