mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-20 12:00:53 +08:00
Add azure mobile services module export
So that the module will play nicely with AMD style imports.
This commit is contained in:
@@ -91,4 +91,8 @@ declare module Microsoft.WindowsAzure {
|
||||
}
|
||||
}
|
||||
|
||||
declare module "WindowsAzure" {
|
||||
export = WindowsAzure;
|
||||
}
|
||||
|
||||
declare var WindowsAzure: Microsoft.WindowsAzure.WindowsAzureStatic;
|
||||
|
||||
Reference in New Issue
Block a user