snakecase-keys
Advanced tools
Comparing version 5.4.2 to 5.4.3
@@ -62,3 +62,3 @@ import { SnakeCase } from "type-fest"; | ||
: SnakeCase<P>]: [Deep] extends [true] | ||
? T[P] extends Record<string, any> | ||
? T[P] extends Record<string, any> | undefined | ||
? SnakeCaseKeys<T[P], Deep, Exclude, AppendPath<Path, P & string>> | ||
@@ -83,3 +83,3 @@ : T[P] | ||
readonly exclude?: ReadonlyArray<string | RegExp>; | ||
/** | ||
@@ -86,0 +86,0 @@ Options object that gets passed to snake-case parsing function. |
{ | ||
"name": "snakecase-keys", | ||
"main": "index.js", | ||
"version": "5.4.2", | ||
"version": "5.4.3", | ||
"description": "Convert an object's keys to snake case", | ||
@@ -26,3 +26,3 @@ "license": "MIT", | ||
"tape": "^5.0.1", | ||
"tsd": "^0.20.0" | ||
"tsd": "^0.22.0" | ||
}, | ||
@@ -29,0 +29,0 @@ "files": [ |
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
6472