You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Each Brazilian state has its own set of validators, those should not be exported and the only way to access them is through the exported function IsValid.
Exported functions to add:
IsValid
Usage example:
IsValid("AC", "0187634580933") // false
The text was updated successfully, but these errors were encountered:
Each Brazilian state has its own set of validators, those should not be exported and the only way to access them is through the exported function
IsValid
.Exported functions to add:
Usage example:
The text was updated successfully, but these errors were encountered: