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

add .nullish() #15

Closed rakutek closed 6 months ago

rakutek commented 6 months ago

This PR adds a nullish method as part of the roadmap in issue https://github.com/mieszkosabo/correttore/issues/4

mieszkosabo commented 6 months ago

Closes #4