UNPKG

brazilian-values

Version:

Validates and formats brazilian values, like money (BRL), CPF, CNPJ, dates etc.

7 lines (6 loc) 210 B
/** * Normalize white spaces in a `string` (value). * @param value - A `string` to be normalized. */ declare const normalizeWhiteSpaces: (value: string) => string; export default normalizeWhiteSpaces;