Skip to content

Commit

Permalink
chore: Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavoguichard committed Oct 4, 2023
1 parent 2b6357d commit 8917a52
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ npm install string-ts
- [capitalize](#capitalize)
- [uncapitalize](#uncapitalize)
- [Strongly-typed alternatives to native runtime utilities](#strongly-typed-alternatives-to-native-runtime-utilities)
- [chartAt](#charat)
- [charAt](#charat)
- [concat](#concat)
- [join](#join)
- [length](#length)
Expand All @@ -113,12 +113,12 @@ npm install string-ts
- [toTitleCase](#totitlecase)
- [words](#words)
- [Strongly-typed shallow transformation of objects](#strongly-typed-shallow-transformation-of-objects)
- [CamelKeys](#camelkeys)
- [ConstantKeys](#constantkeys)
- [DelimiterKeys](#delimiterkeys)
- [KebabKeys](#kebabkeys)
- [PascalKeys](#pascalkeys)
- [SnakeKeys](#snakekeys)
- [camelKeys](#camelkeys)
- [constantKeys](#constantkeys)
- [delimiterKeys](#delimiterkeys)
- [kebabKeys](#kebabkeys)
- [pascalKeys](#pascalkeys)
- [snakeKeys](#snakekeys)
- [Strongly-typed deep transformation of objects](#strongly-typed-deep-transformation-of-objects)
- [deepCamelKeys](#deepcamelkeys)
- [deepConstantKeys](#deepconstantkeys)
Expand Down Expand Up @@ -748,4 +748,8 @@ const result = deepTransformKeys(data, toUpperCase) as MyType<typeof data>

## Disclaimer

This library doesn't support every internal character for the sake of keeping the maintainer's sanity.
We don't plan to support international characters.

## Aknowledgements

This library got a lot of inspiration from libraries such as [lodash](https://github.com/lodash/lodash), [ts-reset](https://github.com/total-typescript/ts-reset), [type-fest](https://github.com/sindresorhus/type-fest), [HOTScript](https://github.com/gvergnaud/hotscript), and many others.

0 comments on commit 8917a52

Please sign in to comment.