X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Findex.ts;h=85c3a564af238e2858517105ec2960461f41c0a4;hb=9a0d4cc159eba412fc71668535b40c0c003e6f19;hp=a4e22756afc61c8bfe9bd0ff58b088d2031b06c3;hpb=89757908a0cf61d60dcf28323c5c23c4ef66fcf2;p=poolifier.git diff --git a/src/index.ts b/src/index.ts index a4e22756..85c3a564 100644 --- a/src/index.ts +++ b/src/index.ts @@ -67,8 +67,9 @@ export type { Task, TaskError, TaskPerformance, - WorkerStatistics + WorkerStatistics, + Writable } from './utility-types' export type { CircularArray } from './circular-array' -export type { Queue } from './queue' +export type { Deque } from './deque' export { availableParallelism } from './utils'