mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Replace multiple 'module' keywords with 'require'
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
/// <reference path="azure.d.ts" />
|
||||
|
||||
|
||||
import Azure = module("azure");
|
||||
import Azure = require("azure");
|
||||
|
||||
var ts = new Azure.TableService();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user