find-up-keys
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -28,4 +28,4 @@ /** | ||
*/ | ||
function findUpKeys(obj: any, name: string): any[] | ||
declare function findUpKeys<T = any>(obj: any, name: string): T[] | ||
export = findUpKeys |
{ | ||
"name": "find-up-keys", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Find matching values for a given name key in an object.", | ||
"main": "index.js", | ||
"types": "index.d.ts", | ||
"repository": "mrozio13pl/find-up-keys", | ||
@@ -7,0 +8,0 @@ "author": "mrozio13pl", |
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
3634