mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 04:50:18 +00:00
Update d3.d.ts
Fix transform definition.
This commit is contained in:
Vendored
+1
-1
@@ -188,7 +188,7 @@ declare module D3 {
|
||||
*
|
||||
* @param definition 2D affine transform string
|
||||
*/
|
||||
transform(definition: string): any[];
|
||||
transform(definition: string): any;
|
||||
/**
|
||||
* Transpose an array of arrays.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user