Method: TypeScript::Node.node
- Defined in:
- lib/typescript-node.rb
.node ⇒ Object
node command TS_NODE environmental variable is used when it is set.
64 65 66 |
# File 'lib/typescript-node.rb', line 64 def node ENV["TS_NODE"] || "node" end |