From: Jérôme Benoit Date: Tue, 17 Oct 2023 20:30:00 +0000 (+0200) Subject: refactor: cleanup exported modules X-Git-Tag: v3.0.3~12 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=af051dc5f18dfa89273d1834a28082c37d5108cc;p=poolifier.git refactor: cleanup exported modules Signed-off-by: Jérôme Benoit --- 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'