Skip to content

Commit abd83d8

Browse files
authored
fixed invalid "import let"
1 parent 29d3e16 commit abd83d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pages/Modules.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ TypeScript supports `export =` to model the traditional CommonJS and AMD workflo
221221
The `export =` syntax specifies a single object that is exported from the module.
222222
This can be a class, interface, namespace, function, or enum.
223223

224-
When importing a module using `export =`, TypeScript-specific `import let = require("module")` must be used to import the module.
224+
When importing a module using `export =`, TypeScript-specific `import module = require("module")` must be used to import the module.
225225

226226
##### ZipCodeValidator.ts
227227

0 commit comments

Comments
 (0)