`process.stdout.fd` is mentioned in these 2 sections: https://nodejs.org/api/async_hooks.html#async_hooks_printing_in_asynchooks_callbacks https://nodejs.org/api/async_hooks.html#async_hooks_asynchronous_context_example But it is not documented in [`process.stdout`](https://nodejs.org/api/process.html#process_process_stdout) or in a section of any mentioned prototype (`net.Socket`, Duplex or Writable stream). Should it be documented with `process.stdin.fd` and `process.stderr.fd`?
process.stdout.fdis mentioned in these 2 sections:https://nodejs.org/api/async_hooks.html#async_hooks_printing_in_asynchooks_callbacks
https://nodejs.org/api/async_hooks.html#async_hooks_asynchronous_context_example
But it is not documented in
process.stdoutor in a section of any mentioned prototype (net.Socket, Duplex or Writable stream).Should it be documented with
process.stdin.fdandprocess.stderr.fd?