Skip to content

Commit

Permalink
doc: add docs for module.paths
Browse files Browse the repository at this point in the history
  • Loading branch information
atever committed Jul 23, 2017
1 parent 69f653d commit b09fd21
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion doc/api/modules.md
Original file line number Diff line number Diff line change
Expand Up @@ -791,4 +791,14 @@ be explicitly exported in order to be used.
[`path.dirname()`]: path.html#path_path_dirname_path
[exports shortcut]: #modules_exports_shortcut
[module resolution]: #modules_all_together
[native addons]: addons.html
[native addons]: addons.html

### module.paths
<!-- YAML
added: v0.4.0
-->

* {array}

The search paths for the module.

0 comments on commit b09fd21

Please sign in to comment.