Funções auxiliares.
- bigger
- chunk
- colour
- isPalindrome
- ellipsis
- fileExtension
- httpBuildQuery
- leftFillNumber
- notationStringObject
- ocurrencesCountInArray
- roundNearestNumber
- shuffeMe
- uniqueId
- arraySequence
- detectAdBlock
- encrypt
- encryptAltB
- hash
- htmlStringToDomDocument
- jwtParser
- storage
- localStorageEncrypted
- manageMetaTag
- removeNode
- snakeCaseFormatter
- stringNormalize
- textInterpolation
- timeDelay
- toHours
- searchFilter
- getRandomNumberFromInterval
- toCamelCase
- objectUtil
- typeOf
- repetition
No diretório raiz do projeto, execute:
| Script | Descrição |
|---|---|
npm run generate-js |
Gera versão js do projeto no diretório dist/ |
npm run test |
Executa todos os testes. |
npm run test:watch |
Executa todos os testes no modo de exibição (watch) |
npm run check |
Executa a checagem de tipos |
npm run check:watch |
Executa a checagem de tipos no modo de exibição (watch) |
Adicionar o explicativo de cada função.