@types/d3-selection
Advanced tools
Comparing version 3.0.4 to 3.0.5
@@ -8,2 +8,3 @@ // Type definitions for D3JS d3-selection module 3.0 | ||
// Nathan Bierema <https://github.com/Methuselah96> | ||
// Ambar Mutha <https://github.com/ambar-arkin> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
@@ -882,3 +883,3 @@ | ||
*/ | ||
call(func: (selection: Selection<GElement, Datum, PElement, PDatum>, ...args: any[]) => void, ...args: any[]): this; | ||
call<Args extends any[]>(func: (selection: Selection<GElement, Datum, PElement, PDatum>, ...args: Args) => void, ...args: Args): this; | ||
@@ -885,0 +886,0 @@ /** |
{ | ||
"name": "@types/d3-selection", | ||
"version": "3.0.4", | ||
"version": "3.0.5", | ||
"description": "TypeScript definitions for D3JS d3-selection module", | ||
@@ -32,2 +32,7 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/d3-selection", | ||
"githubUsername": "Methuselah96" | ||
}, | ||
{ | ||
"name": "Ambar Mutha", | ||
"url": "https://github.com/ambar-arkin", | ||
"githubUsername": "ambar-arkin" | ||
} | ||
@@ -44,4 +49,4 @@ ], | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "23820e394e16497d70efdac0a5eec652addc8fc9933a1842ec9e96dc4b09ec8c", | ||
"typeScriptVersion": "4.2" | ||
"typesPublisherContentHash": "8ec55d238940baa79c39894f8877698d91192e85d67848bda7e5d0e7647d9a9d", | ||
"typeScriptVersion": "4.3" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Fri, 30 Dec 2022 23:03:36 GMT | ||
* Last updated: Fri, 17 Mar 2023 18:02:31 GMT | ||
* Dependencies: none | ||
@@ -17,2 +17,2 @@ * Global values: none | ||
# Credits | ||
These definitions were written by [Tom Wanzek](https://github.com/tomwanzek), [Alex Ford](https://github.com/gustavderdrache), [Boris Yankov](https://github.com/borisyankov), [denisname](https://github.com/denisname), and [Nathan Bierema](https://github.com/Methuselah96). | ||
These definitions were written by [Tom Wanzek](https://github.com/tomwanzek), [Alex Ford](https://github.com/gustavderdrache), [Boris Yankov](https://github.com/borisyankov), [denisname](https://github.com/denisname), [Nathan Bierema](https://github.com/Methuselah96), and [Ambar Mutha](https://github.com/ambar-arkin). |
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
65911
1054