Pinned Loading
-
-
-
-
-
-
Gerador/Validador de CPF funcional
Gerador/Validador de CPF funcional 1const digitMod = (value, len) => {
2const mod = len - Math.round(value - Math.floor(value / len) * len);
3return mod >= 10 ? 0 : mod;
4};
5
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.