Files
node/lib/internal
Ruben Bridgewater bb9cedb0f0 tty: add getColorDepth function
Right now it is very difficult to determine if a terminal supports
colors or not. This function adds this functionality by detecting
environment variables and checking process.

PR-URL: https://github.com/nodejs/node/pull/17615
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
2018-01-24 13:07:35 +01:00
..
2017-12-24 14:09:29 +08:00
2018-01-18 22:42:31 +01:00
2017-11-16 15:42:46 -08:00
2018-01-24 13:07:35 +01:00
2017-08-14 15:43:10 -04:00
2017-07-07 13:18:19 -07:00
2017-12-24 14:09:29 +08:00
2018-01-24 13:07:34 +01:00
2018-01-24 13:07:34 +01:00
2017-11-24 00:13:44 +01:00

Internal Modules

The modules in lib/internal are intended for internal use in Node.js core only, and are not accessible with require() from user modules. These are subject to change at any time. Reliance on these modules outside of core is not supported in any way.