mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 20:40:20 +00:00
Merge pull request #881 from ashwinr/master
add definition for d3.transform
This commit is contained in:
Vendored
+6
@@ -184,6 +184,12 @@ declare module D3 {
|
||||
*/
|
||||
zip(...arrs: any[]): any[];
|
||||
/**
|
||||
* Parse the given 2D affine transform string, as defined by SVG's transform attribute.
|
||||
*
|
||||
* @param definition 2D affine transform string
|
||||
*/
|
||||
transform(definition: string): any[];
|
||||
/**
|
||||
* Transpose an array of arrays.
|
||||
*
|
||||
* @param matrix Two dimensional array to transpose
|
||||
|
||||
Reference in New Issue
Block a user