mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-10 11:40:16 +08:00
Replace multiple 'module' keywords with 'require'
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
||||
/// <reference path="../jquery/jquery.d.ts" />
|
||||
/// <reference path="Q.d.ts" />
|
||||
|
||||
import q = module('q');
|
||||
import q = require('q');
|
||||
|
||||
Q(8).then(x => console.log(x.toExponential()));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user