Module 对象


¥The Module object

在与 Module 的实例交互时提供通用实用方法,module 变量经常出现在 CommonJS 模块中。通过 import 'node:module'require('node:module') 访问。

¥Provides general utility methods when interacting with instances of Module, the module variable often seen in CommonJS modules. Accessed via import 'node:module' or require('node:module').