mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Merge pull request #1524 from anwalkers/master
Add invertExtent to d3 Scale Interface
This commit is contained in:
Vendored
+1
@@ -2442,6 +2442,7 @@ declare module D3 {
|
||||
(values: any[]): Scale;
|
||||
(): any[];
|
||||
};
|
||||
invertExtent(y: any): any[];
|
||||
copy(): Scale;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user