X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Findex.ts;h=85c3a564af238e2858517105ec2960461f41c0a4;hb=6efb317c85c9ae01d7ef732b24a2609dca2b1976;hp=6f6c53849162e84377d7c6380c1c29b3e499d127;hpb=251d6ac2d29d7361d671a8df17af51b414ea3b83;p=poolifier.git diff --git a/src/index.ts b/src/index.ts index 6f6c5384..85c3a564 100644 --- a/src/index.ts +++ b/src/index.ts @@ -67,7 +67,8 @@ export type { Task, TaskError, TaskPerformance, - WorkerStatistics + WorkerStatistics, + Writable } from './utility-types' export type { CircularArray } from './circular-array' export type { Deque } from './deque'