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.
- Host: GitHub
- URL: https://github.com/arantebw/helpers
- Owner: arantebw
- License: mit
- Created: 2024-01-16T09:07:16.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-25T02:46:27.000Z (about 1 year ago)
- Last Synced: 2025-06-25T05:03:06.000Z (12 months ago)
- Language: TypeScript
- Size: 14.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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)