I have an application using zod but I'd like to use some methods from a different library (validator.js) zod documentation says:
Check out validator.js for a bunch of other useful string validation functions.
Not sure if that means this functions are implemented on zod, or I have to also install validator.js, in that other case how I can use both libraries together? cant find any example.
Thanks!