@types/object.fromentries
Advanced tools
Comparing version 2.0.1 to 2.0.2
@@ -14,3 +14,3 @@ // Type definitions for object.fromentries 2.0 | ||
declare function fromEntries<T = any>( | ||
entries: Iterable<readonly [PropertyKey, T]> | ||
entries: Iterable<readonly [PropertyKey, T]>, | ||
): { | ||
@@ -17,0 +17,0 @@ [k in PropertyKey]: T; |
{ | ||
"name": "@types/object.fromentries", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "TypeScript definitions for object.fromentries", | ||
@@ -23,4 +23,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/object.fromentries", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "4838fdb5c722ca6001fcba8212f52118904fce7608355b86a1faa12eb6b03b98", | ||
"typeScriptVersion": "3.6" | ||
"typesPublisherContentHash": "99c6a69c5d291b02cb3f6df0d4bf31f69370405dd63a709028ef60534178b932", | ||
"typeScriptVersion": "4.3" | ||
} |
@@ -24,3 +24,3 @@ # Installation | ||
declare function fromEntries<T = any>( | ||
entries: Iterable<readonly [PropertyKey, T]> | ||
entries: Iterable<readonly [PropertyKey, T]>, | ||
): { | ||
@@ -41,3 +41,3 @@ [k in PropertyKey]: T; | ||
### Additional Details | ||
* Last updated: Thu, 08 Jul 2021 22:41:08 GMT | ||
* Last updated: Sun, 03 Sep 2023 22:33:46 GMT | ||
* Dependencies: none | ||
@@ -44,0 +44,0 @@ * Global values: none |
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
4509