diff options
Diffstat (limited to 'src/shapex.ts')
| -rw-r--r-- | src/shapex.ts | 2 |
1 files changed, 0 insertions, 2 deletions
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[]; |
