mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
Merge pull request #1594 from beebes/patch-1
Add azure mobile services module export
This commit is contained in:
commit
090a6fe0ca
@ -91,4 +91,8 @@ declare module Microsoft.WindowsAzure {
|
||||
}
|
||||
}
|
||||
|
||||
declare module "WindowsAzure" {
|
||||
export = WindowsAzure;
|
||||
}
|
||||
|
||||
declare var WindowsAzure: Microsoft.WindowsAzure.WindowsAzureStatic;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user