|
|
|
|
|
by retropragma
428 days ago
|
|
That's because "minimum length" cannot be enforced in TypeScript. Maybe you already know this. I'm not a Typia user myself, but my RPC framework has the same feature, and the MinLength issue you mentioned doesn't crop up if you only use the type tags at the client-server boundary, which is enough in my experience. |
|