0.1.2 #3

Merged
Thilawyn merged 136 commits from next into master 2024-03-11 19:44:21 +01:00
Showing only changes of commit 408d3a7f3a - Show all commits

View File

@@ -23,6 +23,8 @@ const Test2 = ZodSchemaClass({
Test.defaultValues
const inst = Test.create({ id: 1n, name: "" })
console.log(inst)
// class SubTest extends Test.extend({
// schema: ({ schema }) => schema.extend({