feat(schema): publish package
This commit is contained in:
parent
d51ba6ed94
commit
5e47501b8b
77 changed files with 413 additions and 325 deletions
|
|
@ -1,10 +1,10 @@
|
|||
export * as Shell from "./shell"
|
||||
export * as Shell from "./shell.js"
|
||||
|
||||
import { Schema } from "effect"
|
||||
import { optional } from "./schema"
|
||||
import { define, inventory } from "./event"
|
||||
import { ascending } from "./identifier"
|
||||
import { NonNegativeInt, statics } from "./schema"
|
||||
import { optional } from "./schema.js"
|
||||
import { define, inventory } from "./event.js"
|
||||
import { ascending } from "./identifier.js"
|
||||
import { NonNegativeInt, statics } from "./schema.js"
|
||||
|
||||
const IDSchema = Schema.String.check(Schema.isStartsWith("sh_")).pipe(Schema.brand("ShellID"))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue