This commit is contained in:
@@ -25,7 +25,6 @@ const userExp = ZodSchemaClass(
|
||||
class User extends userExp.extends implements Implements<typeof userExp> {}
|
||||
|
||||
const inst = User.create({ id: 1n, name: "User" })
|
||||
// console.log(inst.name)
|
||||
const instEffect = User.createEffect({ id: 1n, name: "User" })
|
||||
|
||||
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
export * from "./class"
|
||||
export * from "./effect"
|
||||
export * from "./extend"
|
||||
export * from "./misc"
|
||||
export * from "./zod"
|
||||
|
||||
Reference in New Issue
Block a user