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 c00fc1f517 - Show all commits

View File

@@ -48,6 +48,7 @@ console.log(subInst)
class Gneugneu {
}
export function getExpression<C extends AbstractClass<object>>(class_: C) {
@@ -57,7 +58,6 @@ export function getExpression<C extends AbstractClass<object>>(class_: C) {
InstantiableZodSchemaObject,
ExtendableZodSchemaObject,
)
.build()
}
const exp = getExpression(Gneugneu)
const exp = getExpression(Gneugneu).build()