From a9490a46b644a5bb4ebb822f3fd1a260f1b77b5e Mon Sep 17 00:00:00 2001 From: Asko Nõmm Date: Mon, 14 Apr 2025 04:03:42 +0300 Subject: Remove CJS support and cleanup types --- src/shapex.ts | 2 -- 1 file changed, 2 deletions(-) (limited to 'src') diff --git a/src/shapex.ts b/src/shapex.ts index 1118fb5..80a6b11 100644 --- a/src/shapex.ts +++ b/src/shapex.ts @@ -1,5 +1,3 @@ -export type EventDispatcher = (eventName: string, ...args: unknown[]) => void; - type SubscriptionResponseDispatch = { eventName: string; args?: unknown[]; -- cgit v1.2.3