X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Findex.ts;h=03ee28090ba4aef76bdd84d8c5072185487e7f5a;hb=dab8c377b70fc962ec217f2aeb719842f9f94cd6;hp=0c948c847b6bb974253e4c421e640a95b5bc5fd7;hpb=4703c53b33791724a31462d7c6dabd43b0385f7c;p=poolifier.git diff --git a/src/index.ts b/src/index.ts index 0c948c84..03ee2809 100644 --- a/src/index.ts +++ b/src/index.ts @@ -47,3 +47,4 @@ export type { WorkerSyncFunction } from './utility-types' export type { CircularArray } from './circular-array' +export type { Queue } from './queue'