Comparing version 0.3.1 to 0.3.2
@@ -1,2 +0,2 @@ | ||
declare function isUppercase(char?: string): boolean; | ||
declare function isUppercase(char?: string): boolean | null; | ||
declare function splitByCase(str: string, splitters?: string[]): string[]; | ||
@@ -3,0 +3,0 @@ declare function upperFirst(str: string): string; |
{ | ||
"name": "scule", | ||
"version": "0.3.1", | ||
"version": "0.3.2", | ||
"description": "String case utils", | ||
@@ -5,0 +5,0 @@ "repository": "unjs/scule", |
@@ -71,2 +71,3 @@ # 🧵 Scule | ||
- Splits when case changes from lower to upper or upper to lower | ||
- Ignores numbers for case changes | ||
- Case is preserved in returned value | ||
@@ -73,0 +74,0 @@ - Is an irreversible function since splitters are omitted |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
9222
162
94