mieszkosabo / correttore

A proof of concept of a tree shakable Zod alternative. This library aims to have a 1:1 Zod compatible API, but with fine grain control over the final bundle size. This was done by a combination of Proxies and type-level programming.
92 stars 5 forks source link

readme code-snippet fix #8

Closed shivamp1998 closed 7 months ago

shivamp1998 commented 7 months ago

minLength export does not exist in string, rendering to cause error in example snippet.

mieszkosabo commented 7 months ago

Thanks!