MCPcopy Create free account
hub / github.com/Script-Hub-Org/Script-Hub / isNode

Method isNode

env/env.js:55–57  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

53 : void 0
54 }
55 isNode() {
56 return 'Node.js' === this.getEnv()
57 }
58 isQuanX() {
59 return 'Quantumult X' === this.getEnv()
60 }

Callers 2

loaddataMethod · 0.45
writedataMethod · 0.45

Calls 1

getEnvMethod · 0.45

Tested by

no test coverage detected