Skip to content

Commit 6083a63

Browse files
+ambient
1 parent ed34a04 commit 6083a63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/Namespaces and Modules.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,7 @@ declare var d3: D3.Base;
488488

489489
In Node.js, most tasks are accomplished by loading one or more modules.
490490
We could define each module in its own `.d.ts` file with top-level export declarations, but it's more convenient to write them as one larger `.d.ts` file.
491-
To do so, we use a construct similar to namespaces, but we use the `module` keyword and the quoted name of the module which will be available to a later import.
491+
To do so, we use a construct similar to ambient namespaces, but we use the `module` keyword and the quoted name of the module which will be available to a later import.
492492
For example:
493493

494494
##### node.d.ts (simplified excerpt)

0 commit comments

Comments
 (0)