mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Merge pull request #2658 from abustany/d3-enable-amd
d3: Enable usage as an AMD module (and fix file permissions)
This commit is contained in:
+4
@@ -3353,3 +3353,7 @@ declare module D3 {
|
||||
}
|
||||
|
||||
declare var d3: D3.Base;
|
||||
|
||||
declare module "d3" {
|
||||
export = d3;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user