MCPcopy
hub / github.com/chavyleung/scripts / isNode

Method isNode

Env.js:80–82  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

78 }
79
80 isNode() {
81 return 'Node.js' === this.getEnv()
82 }
83
84 isQuanX() {
85 return 'Quantumult X' === this.getEnv()

Callers 2

loaddataMethod · 0.45
writedataMethod · 0.45

Calls 1

getEnvMethod · 0.45

Tested by

no test coverage detected