csnx icon indicating copy to clipboard operation
csnx copied to clipboard

Add more type predicates

Open mxdvl opened this issue 1 year ago • 2 comments

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

mxdvl avatar Feb 19 '24 15:02 mxdvl