@types/d3-collection
Advanced tools
Comparing version 1.0.9 to 1.0.10
@@ -293,3 +293,2 @@ // Type definitions for D3JS d3-collection module 1.0 | ||
*/ | ||
// tslint:disable-next-line:no-empty-interface | ||
export interface NestedArray<Datum, RollupType> extends Array<{ key: string, values: NestedArray<Datum, RollupType> | Datum[] | undefined, value: RollupType | undefined }> { } | ||
@@ -304,3 +303,2 @@ | ||
*/ | ||
// tslint:disable-next-line:no-empty-interface | ||
export interface NestedMap<Datum, RollupType> extends Map<NestedMap<Datum, RollupType> | Datum[] | RollupType> { } | ||
@@ -307,0 +305,0 @@ |
{ | ||
"name": "@types/d3-collection", | ||
"version": "1.0.9", | ||
"version": "1.0.10", | ||
"description": "TypeScript definitions for D3JS d3-collection module", | ||
@@ -32,4 +32,4 @@ "license": "MIT", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "4ac65b65ef954d2bae2bb2d98b2a767a00993da33718c32c2c020e65b9789a81", | ||
"typesPublisherContentHash": "f2becbefd216f0bf1a7ca0c259314a02857447360e7a2f8aa8cb78b2b0c63ea3", | ||
"typeScriptVersion": "3.2" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Tue, 20 Oct 2020 06:39:43 GMT | ||
* Last updated: Wed, 28 Oct 2020 18:21:13 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,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
24916
463