cpfCnpj static method

bool cpfCnpj(
  1. dynamic value
)

Implementation

static bool cpfCnpj(value){
  return validatorCpfCnpj(value);
}