diff --git a/doc/api/module.md b/doc/api/module.md index 637b7f3e059b0b..0e7d8d2b9a639c 100644 --- a/doc/api/module.md +++ b/doc/api/module.md @@ -76,14 +76,6 @@ 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()` + +* Type: {boolean} `true` if the module is running during the Node.js preload + phase. + ### `module.loaded`