diff --git a/doc/api/module.md b/doc/api/module.md index 2fb6ca884b4443..77d5f433b9c270 100644 --- a/doc/api/module.md +++ b/doc/api/module.md @@ -76,6 +76,14 @@ const requireUtil = createRequireFromPath('../src/utils/'); requireUtil('./some-tool'); ``` +### `module.isPreloading` + + +* Type: {boolean} `true` if the module is running during the Node.js preload + phase. + ### `module.syncBuiltinESMExports()`