Yes, this is a transformer library generating validation script by analyzing TypeScript type. If you're wondering how typia generates protobuf message, reference test automation code.
I know automatically generated message by current typia is so ugly yet, but it would be reasonable. Also, as you are interested in protobuf, you may understand how typia implemented non-protobuf supported type through detour expression.
Yes, this is a transformer library generating validation script by analyzing TypeScript type. If you're wondering how
typiagenerates protobuf message, reference test automation code.I know automatically generated message by current
typiais so ugly yet, but it would be reasonable. Also, as you are interested in protobuf, you may understand howtypiaimplemented non-protobuf supported type through detour expression.github.com/samchon/typia/tree/feat...