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:
@@ -5,7 +5,7 @@
|
||||
// [the code below was extracted from the documentation and examples, but does not seem to cover all cases]
|
||||
//
|
||||
|
||||
import program = module("commander");
|
||||
import program = require("commander");
|
||||
|
||||
program
|
||||
.version('0.0.1')
|
||||
|
||||
Reference in New Issue
Block a user