Open
Description
...and possibly other internal constants as well.
Context: #33246
Example: os.constants
exports UV_UDP_REUSEADDR
, which makes no sense for that module and isn't usable outside of core.
Introduced in dcccbfd which turned the mostly-internal, undocumented constants
module into something that's public and documented but apparently without reviewing whether it makes sense to export/document everything.