uv

abstract val uv: Boolean(source)

A boolean value that is true if the current Node.js build includes support for libuv.

Since it's not possible to build Node.js without libuv, this value is always true.

Since

v0.5.3