From: Jérôme Benoit Date: Tue, 2 Jan 2024 20:07:50 +0000 (+0100) Subject: docs: add missing type export X-Git-Tag: v3.1.16~4 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=25622039d6941ab63c250dea2b870cd0b6f43906;p=poolifier.git docs: add missing type export Signed-off-by: Jérôme Benoit --- diff --git a/src/index.ts b/src/index.ts index a18223e8..7c438e3e 100644 --- a/src/index.ts +++ b/src/index.ts @@ -14,6 +14,7 @@ export type { export { WorkerTypes } from './pools/worker.js' export type { ErrorHandler, + EventHandler, EventLoopUtilizationMeasurementStatistics, ExitHandler, IWorker,