diff options
| author | Asko Nõmm <asko@nmm.ee> | 2025-04-18 17:27:58 +0300 |
|---|---|---|
| committer | Asko Nõmm <asko@nmm.ee> | 2025-04-18 17:27:58 +0300 |
| commit | 5b6f42ce454ea80304339d86815d1262c4ec30b4 (patch) | |
| tree | ca71b7c8f453f6bf253a9b02af833b40b97917e3 | |
| parent | bb69fecdae40f617b9b75b1f204b78151e6ceb54 (diff) | |
Remove unused type
| -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 2a0a3cc..db8ce08 100644 --- a/src/shapex.ts +++ b/src/shapex.ts @@ -20,8 +20,6 @@ type Subscription<T> = { once: boolean; }; -type StateChange = "added" | "deleted" | "changed-type" | "changed-value"; - type ShapeXInstance<T> = { subscribe: (listener: string, callback: EventCallback<T>) => number; subscribeOnce: (listener: string, callback: EventCallback<T>) => number; |
