deno.com

property ProcessFeatures.typescript

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.

Type #

"strip"
| "transform"
| false