From 25622039d6941ab63c250dea2b870cd0b6f43906 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Tue, 2 Jan 2024 21:07:50 +0100 Subject: [PATCH] docs: add missing type export MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- src/index.ts | 1 + 1 file changed, 1 insertion(+) 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, -- 2.34.1