@types/d3-axis
Advanced tools
Comparing version 2.1.3 to 2.1.4
@@ -13,3 +13,3 @@ // Type definitions for D3JS d3-axis module 2.1 | ||
import { Selection, TransitionLike } from 'd3-selection'; | ||
import { Selection, TransitionLike } from "d3-selection"; | ||
@@ -23,3 +23,3 @@ // -------------------------------------------------------------------------- | ||
*/ | ||
export type AxisDomain = number | string | Date | { valueOf(): number}; | ||
export type AxisDomain = number | string | Date | { valueOf(): number }; | ||
@@ -26,0 +26,0 @@ /** |
{ | ||
"name": "@types/d3-axis", | ||
"version": "2.1.3", | ||
"version": "2.1.4", | ||
"description": "TypeScript definitions for D3JS d3-axis module", | ||
@@ -45,4 +45,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/d3-axis", | ||
}, | ||
"typesPublisherContentHash": "78e6946c51108405466057e595ec0ebb2daabb3667b4423152d3cfa2a2bf2d48", | ||
"typeScriptVersion": "3.6" | ||
"typesPublisherContentHash": "7fe8e564d441d26f563be824ceb718af02807b0fe97c0500d68071868fc90c66", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Sat, 26 Jun 2021 11:31:26 GMT | ||
* Last updated: Fri, 22 Sep 2023 20:29:40 GMT | ||
* Dependencies: [@types/d3-selection](https://npmjs.com/package/@types/d3-selection) | ||
@@ -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
18559