X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Findex.ts;h=802742891b198d6eda4523a2a8989e0f1c2cb1a6;hb=09b75fef0162fa1a333d3c61c6da735b771ed801;hp=3c8392b82b6607070e40a3b4de0a00af6875dd6e;hpb=486f560652786d9904f18262abb0aee98da5a42e;p=poolifier.git diff --git a/src/index.ts b/src/index.ts index 3c8392b8..80274289 100644 --- a/src/index.ts +++ b/src/index.ts @@ -52,8 +52,8 @@ export { ThreadWorker } from './worker/thread-worker' export { KillBehaviors } from './worker/worker-options' export type { KillBehavior, - WorkerOptions, - KillHandler + KillHandler, + WorkerOptions } from './worker/worker-options' export type { TaskAsyncFunction, @@ -66,8 +66,8 @@ export type { MessageValue, PromiseResponseWrapper, Task, - WorkerError, TaskPerformance, + WorkerError, WorkerStatistics, Writable } from './utility-types'