Vitali Haradkouvitalicset.hashnode.devยทJan 15, 2024Library update: ajv-ts 0.4New Features Now schema builder supports custom error messages. import s from 'ajv-ts' const num = s.number().error('cannot be not a number') const res1 = num.safeParse("some random string") const res2 = num.safeParse("1.2") console.error(res1.erro...Ajv-ts library updatesajvAdd a thoughtful commentNo comments yetBe the first to start the conversation.