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