Remove enum prefixes

This commit is contained in:
Jon Staab
2025-10-20 15:17:05 -07:00
parent 0be540c0d2
commit 64871b1c99
7 changed files with 31 additions and 30 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ import {Unsubscriber} from "./util.js"
import {netContext, NetContext} from "./context.js"
export enum AdapterEvent {
Receive = "adapter:event:receive",
Receive = "receive",
}
export type AdapterEvents = {