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 .passthrough() and .strict() #10

Closed exoego closed 6 months ago

exoego commented 6 months ago

Part of #2