0.1.2 #3
@@ -48,9 +48,9 @@
|
|||||||
"clean:node": "rm -rf node_modules"
|
"clean:node": "rm -rf node_modules"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@thilawyn/traitify-ts": "^0.1.7",
|
"@thilawyn/traitify-ts": "^0.1.8",
|
||||||
"decimal.js": "^10.4.3",
|
"decimal.js": "^10.4.3",
|
||||||
"effect": "^2.3.8",
|
"effect": "^2.4.0",
|
||||||
"lodash-es": "^4.17.21",
|
"lodash-es": "^4.17.21",
|
||||||
"mobx": "^6.12.0",
|
"mobx": "^6.12.0",
|
||||||
"type-fest": "^4.10.2",
|
"type-fest": "^4.10.2",
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ const TestExp = ZodSchemaClass({
|
|||||||
.expresses(ObservableZodSchemaObject)
|
.expresses(ObservableZodSchemaObject)
|
||||||
.build()
|
.build()
|
||||||
|
|
||||||
@TestExp.implementsStatic
|
@TestExp.staticImplements
|
||||||
class Test extends TestExp.extends implements Implements<typeof TestExp> {}
|
class Test extends TestExp.extends implements Implements<typeof TestExp> {}
|
||||||
|
|
||||||
Test.schema
|
Test.schema
|
||||||
|
|||||||
Reference in New Issue
Block a user