mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
added/fixed headers e-i
https://github.com/borisyankov/DefinitelyTyped/issues/1570
This commit is contained in:
+6
-1
@@ -1,3 +1,8 @@
|
||||
// Type definitions for Google Visualisation Apis
|
||||
// Project: https://developers.google.com/chart/
|
||||
// Definitions by: Dan Ludwig <https://github.com/danludwig>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
declare module google {
|
||||
|
||||
function load(visualization: string, version: string, packages: any): void;
|
||||
@@ -468,4 +473,4 @@ declare module google {
|
||||
|
||||
//#endregion
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user