openlayers. Add named external module.

Enables usage of the module in imports.
This commit is contained in:
Artem Kozlov
2015-10-23 23:40:34 +02:00
parent 3191f6e008
commit e142871cb2
+4
View File
@@ -4368,3 +4368,7 @@ declare module ol {
*/
interface TransformFunction { (input: Array<number>, output?: Array<number>, dimension?: number): Array<number> }
}
declare module "openlayers" {
export = ol;
}