carvalhoviniciusluiz / cpf-cnpj-validator

Valida e formata strings de CPF ou CNPJ.
MIT License
206 stars 27 forks source link

To accept custom error message with Joi #32

Open mailingTester opened 2 years ago

mailingTester commented 2 years ago

Why don't you accept custom error message with Joi? Like this: Joi.document().cpf('Invalid CPF')

carvalhoviniciusluiz commented 2 years ago

I never needed it but I liked the idea