camelcase-keys
Advanced tools
Comparing version 7.0.0 to 7.0.1
@@ -69,12 +69,10 @@ import {CamelCase, PascalCase} from 'type-fest'; | ||
: [Deep] extends [true] | ||
? T[P] extends Record<string, any> | ||
? CamelCaseKeys< | ||
T[P], | ||
Deep, | ||
IsPascalCase, | ||
Exclude, | ||
StopPaths, | ||
AppendPath<Path, P> | ||
> | ||
: T[P] | ||
? CamelCaseKeys< | ||
T[P], | ||
Deep, | ||
IsPascalCase, | ||
Exclude, | ||
StopPaths, | ||
AppendPath<Path, P> | ||
> | ||
: T[P]; | ||
@@ -183,3 +181,3 @@ } | ||
T extends Record<string, any> | readonly any[], | ||
Options extends camelcaseKeys.Options | ||
Options extends camelcaseKeys.Options = camelcaseKeys.Options | ||
>( | ||
@@ -186,0 +184,0 @@ input: T, |
{ | ||
"name": "camelcase-keys", | ||
"version": "7.0.0", | ||
"version": "7.0.1", | ||
"description": "Convert object keys to camel case", | ||
@@ -62,2 +62,3 @@ "license": "MIT", | ||
"tsd": "^0.17.0", | ||
"typescript": "^4.3.5", | ||
"xo": "^0.36.1" | ||
@@ -64,0 +65,0 @@ }, |
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
10928
5
222