diff --git a/doc/api/modules.md b/doc/api/modules.md index e07e21217c7d71..13e3731cae749d 100644 --- a/doc/api/modules.md +++ b/doc/api/modules.md @@ -768,6 +768,15 @@ added: v0.1.16 The module that first required this one. +### module.paths + + +* {string[]} + +The search paths for the module. + ### module.require(id)