diff --git a/doc/api/repl.md b/doc/api/repl.md index d52ff0e7d012c5..5a2c35f4a1c494 100644 --- a/doc/api/repl.md +++ b/doc/api/repl.md @@ -540,6 +540,15 @@ by default. However, this is not the case when creating a REPL programmatically. Use this method to initialize a history log file when working with REPL instances programmatically. +## `repl.builtinModules` + + +* {string[]} + +A list of the names of all Node.js modules, e.g., `'http'`. + ## `repl.start([options])`