Method: TypeScript::Node.node

Defined in:
lib/typescript-node.rb

.nodeObject

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