Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/api/modules.md
Original file line number Diff line number Diff line change
Expand Up @@ -839,7 +839,7 @@ added: v9.3.0
* {string[]}

A list of the names of all modules provided by Node.js. Can be used to verify
if a module is maintained by a third-party module or not.
if a module is maintained by a third party or not.

Note that `module` in this context isn't the same object that's provided
by the [module wrapper][]. To access it, require the `Module` module:
Expand Down