lower-case-first
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -1,3 +0,3 @@ | ||
declare function lowerCaseFirst (value: string, locale: string): string; | ||
declare function lowerCaseFirst (value: string, locale?: string): string; | ||
export = lowerCaseFirst; |
{ | ||
"name": "lower-case-first", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Lower case the first character of a string", | ||
@@ -5,0 +5,0 @@ "main": "lower-case-first.js", |
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
4013