Commit ba31948
nyxb
🚀 feat(types): add string manipulation utility types
✨ feat(index.ts): add string manipulation utility functions
The `types.ts` file contains new types that allow for string manipulation utilities. The `index.ts` file contains new functions that allow for splitting strings by case, converting strings to PascalCase and CamelCase, and joining strings by case. These utilities can be used to improve the readability and consistency of code.1 parent c6e5793 commit ba31948
4 files changed
+4740
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
31 | 30 | | |
32 | 31 | | |
33 | | - | |
| 32 | + | |
34 | 33 | | |
35 | 34 | | |
36 | 35 | | |
| |||
0 commit comments