@burand/WorkflowWorkflowUtilitáriosUtilitários
  • @burand/workflow
  • Introdução
  • Changelog
    • ApiError
    • AppError
    • DocumentNotFoundError
    • FirebaseAbstract
    • Model
    • ofFirestore
    • serverTimestamp
    • toFirestore
    • toNativeTypes
    • increment
    • decrement
    • createServer
    • ensureAuthentication
    • globalErrors
    • internalErrors
    • repoTypes
    • abbreviateLastName
    • calculateAge
    • removeAccents
    • removeNonDigits
    • toCents
    • toCurrency
  • Mais
  • Cloud Functions ↗ (opens in a new tab)
  • Got ↗ (opens in a new tab)
  • Zod ↗ (opens in a new tab)
    • @burand/workflows
    • index-2
docs
functions
utils
removeAccents
/**
 * Remove acentos de uma string.
 *
 * @param text A string de entrada a ser processada.
 * @returns A string com os acentos removidos.
 */
function removeAccents(text: string): string;
calculateAgeremoveNonDigits