X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Findex.ts;h=df5358aeba523fa37c8617eba17296c3a12d59d1;hb=13455ed2f83e76a6a1056cdd67f7cde3de5d156e;hp=d1482c8336aa0bfc755217ac015a58f2766af0e4;hpb=86f5c6c11d0a262b6514b95928b2534eecc37a4e;p=poolifier.git diff --git a/src/index.ts b/src/index.ts index d1482c83..df5358ae 100644 --- a/src/index.ts +++ b/src/index.ts @@ -46,3 +46,4 @@ export type { WorkerSyncFunction } from './utility-types' export type { CircularArray } from './circular-array' +export type { Queue } from './queue'