process.features.uv


如果当前 Node.js 构建包含对 libuv 的支持,则布尔值为 true。由于目前无法在没有 libuv 的情况下构建 Node.js,因此此值始终为 true

¥A boolean value that is true if the current Node.js build includes support for libuv. Since it's currently not possible to build Node.js without libuv, this value is always true.