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.