An open API service indexing awesome lists of open source software.

https://github.com/arantebw/helpers

A collection of helper functions.
https://github.com/arantebw/helpers

Last synced: 12 months ago
JSON representation

A collection of helper functions.

Awesome Lists containing this project

README

          

# helpers

A collection of helper functions.

## TypeScript

- [capitalizedToKebabCase](./src/capitalizedToKebabCase.ts)
- [formatToCurrency](./src/formatToCurrency.ts)
- [formatUnixDate](./src/formatUnixDate.ts)
- [generateUniqueKey](./src/generateUniqueKey.ts)
- [getShortenValue](./src/getShortenValue.ts)
- [kebabCaseToCapitalized](./src/kebabToCapitalized.ts)
- [removeWhiteSpaces](./src/removeWhiteSpaces)
- [snakeCaseToCapitalized](./src/snakeCaseToCapitalized.ts)
- [stringToArrayOfStrings](./src/stringToArrayOfStrings.ts)
- [sortCountries](./src/sortCountries.ts)

## Python

- [to_snake_case](./src/python/to_snake_case.py)