Skip to content

Commit ba31948

Browse files
author
nyxb
committed
🚀 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

File tree

4 files changed

+4740
-2
lines changed

4 files changed

+4740
-2
lines changed

‎package.json‎

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,9 @@
2727
"scripts": {
2828
"test": "echo \"Happy hacking\" && 💙"
2929
},
30-
"dependencies": {},
3130
"devDependencies": {
3231
"@nyxb/eslint-config": "^0.0.53",
33-
"@types/node": "^18.16.3",
32+
"@types/node": "^18.16.8",
3433
"@vitest/coverage-c8": "^0.31.0",
3534
"eslint": "^8.40.0",
3635
"typescript": "^5.0.4",

0 commit comments

Comments
 (0)