denoland / wanted_modules

Is there a missing deno module that is preventing you from building something? Let us know here.
https://deno.land/x
46 stars 2 forks source link

yup #63

Open DesignerXY opened 1 year ago

DesignerXY commented 1 year ago

Used for data verification

CanRau commented 1 year ago

Haven't tried it with Deno but you might be able to use zod Comparison with yup (from zod's perspective)

wan2land commented 1 year ago

I made a validator library that is much faster than zod using ajv's method.

https://github.com/denostack/safen