csnx
csnx copied to clipboard
Add more type predicates
Currently, we have:
-
isUndefined
-
isObject
-
isOneOf
-
isString
-
isBoolean
It might be beneficial to have a validation / parsing that can handle more complex object shapes, such as valibot
, zod
, runtypes
or superstruct