Skip to content

Commit

Permalink
Merge pull request #2700 from hiteshvijayhv/patch-1
Browse files Browse the repository at this point in the history
Docs: Add correct code examples
  • Loading branch information
andrewbranch authored Jul 24, 2023
2 parents abb6a95 + 310c7ab commit bf88f57
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/documentation/copy/en/reference/Modules.md
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,6 @@ TypeScript supports `export =` to model the traditional CommonJS and AMD workflo
The `export =` syntax specifies a single object that is exported from the module.
This can be a class, interface, namespace, function, or enum.

When exporting a module using `export =`, TypeScript-specific `import module = require("module")` must be used to import the module.

##### ZipCodeValidator.ts

Expand Down

0 comments on commit bf88f57

Please sign in to comment.