diff --git a/doc/api/process.md b/doc/api/process.md index 124b54dfea3e3e..0008ecbbc01b40 100644 --- a/doc/api/process.md +++ b/doc/api/process.md @@ -1976,6 +1976,19 @@ added: v0.5.3 A boolean value that is `true` if the current Node.js build includes support for SNI in TLS. +## `process.features.typescript` + + + +> Stability: 1.0 - Early development + +* {boolean|string} + +A value that is `"strip"` if Node.js is run with `--experimental-strip-types`, +`"transform"` if Node.js is run with `--experimental-transform-types`, and `false` otherwise. + ## `process.features.uv`