LorisSigrist/zocker

Support `catchall` & `passthrough` types on objects

Closed this issue · 0 comments

Zocker should support catchall & passthrough types. Actually, since passthrough is equivalent to catchall(z.any()), supporting catchall should be enough.

We can leverage the existing key & "any" generation to do this pretty easily