feat(schema): publish package

This commit is contained in:
Dax Raad 2026-07-01 13:33:59 -04:00
commit 5e47501b8b
77 changed files with 413 additions and 325 deletions

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