Preface
https://typia.io/playground
I've made a playground website to help you understand how typia works with AoT compilation.
In her...
For further actions, you may consider blocking this person and/or reporting abuse
Interesting Stuff. ✨
Noted, seem interesting
Anyway can i use typia for js based project? Like joi validator,very interesting if you can make the tutorial too
Only possible in TypeScript with
strictNullChecks
option.Thanks for sharing, very interesting and helpful for me.
Can Typia be used for a JavaScript project? I'm particularly curious if it can be used as a Joi authenticator.
Only possible in TypeScript. If you want to utilize it JS, only possible when importing an external module built by TypeScript.
How does this compare to something like deepkit.io ?
This is my answer. It does not perform enough test, therefore stability is not ensured
github.com/samchon/test-deepkit-ty...
I really liked the library.
however, as I found it not very intuitive and apparently there are many methods that seem to do very similar things, I had a hard time understanding the use of each one.
So I decided to document the differences and create tests for Typia, at least the ones I think are most necessary for me.
The tests that I will do will follow the table sent.
Currently using zod. Will tryout this lib. Tnx!
Sounds amazing. Can you give an example how this is used inside a project or a real life example?
nestia.io/docs/core/TypedBody
In real life,
typia
often be used by NestJS withnestia