Timi Adesina

Results 4 comments of Timi Adesina

Thank you so much man

``` import Validator from "fastest-validator"; const v = new Validator(); const header = { "socials": { "$$type": "object|optional", "apps": { "type": "array", "items": { "type": "object", "props": { "name": {...

Thank you so much. I really appreciate it. I actually wrote a very light wrapper for my use case with a joi/zod like syntax that compiles to fastest-validator schema. I...