>
tsconst BirthdaySchema = v.pipe( v.string(), v.isoDate(), v.transform((input) => new Date(input)), v.brand('birthday') );