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 79c763fe15 - Show all commits

View File

@@ -14,7 +14,7 @@ const TestExp = ZodSchemaClass({
defaultValues: { id: -1n }, defaultValues: { id: -1n },
}) })
.expresses(ObservableZodSchemaObject) .expresses(ObservableZodSchemaObject)
.buildAnyway() .build()
@TestExp.implementsStatic @TestExp.implementsStatic
class Test extends TestExp.extends implements Implements<typeof TestExp> {} class Test extends TestExp.extends implements Implements<typeof TestExp> {}