mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
openlayers. Add named external module.
Enables usage of the module in imports.
This commit is contained in:
Vendored
+4
@@ -4368,3 +4368,7 @@ declare module ol {
|
||||
*/
|
||||
interface TransformFunction { (input: Array<number>, output?: Array<number>, dimension?: number): Array<number> }
|
||||
}
|
||||
|
||||
declare module "openlayers" {
|
||||
export = ol;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user