feat(schema): publish package

This commit is contained in:
Dax Raad
2026-07-01 13:33:59 -04:00
parent ea7d3b5cfa
commit cf8823136c
77 changed files with 413 additions and 325 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
export * as Plugin from "./plugin"
export * as Plugin from "./plugin.js"
import { Schema } from "effect"
import { define, inventory } from "./event"
import { define, inventory } from "./event.js"
export const ID = Schema.String.pipe(Schema.brand("Plugin.ID"))
export type ID = typeof ID.Type