feat(schema): publish package
This commit is contained in:
parent
d51ba6ed94
commit
5e47501b8b
77 changed files with 413 additions and 325 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue