Arthur Petrie
Results
1
comments of
Arthur Petrie
Example to check if parsed data satisfies an existing type using the `satisfies` keyword, this will work for all kind of errors: ```ts import { email, minLength, object, parse, string...