cpf static method

bool cpf(
  1. dynamic value
)

Implementation

static bool cpf(value) {
  return validatorCpf(value);
}