From dd26e22b7c49b9e5b4781cbb85ad0baf807dcb92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emmie=20P=C3=A4iv=C3=A4rinta?= Date: Thu, 16 Jan 2025 17:01:53 +0100 Subject: [PATCH] Reexport InferEventType in index.ts --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index 12a55da..34bc658 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,3 +1,3 @@ export { bind } from './bind'; export { bindAll } from './bind-all'; -export { Binding, Listener, UnbindFn } from './types'; +export { Binding, Listener, UnbindFn, InferEventType } from './types';