MCPcopy Create free account
hub / github.com/smallfawn/QLScriptPublic / isNode

Method isNode

ruilanCar.js:171–173  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

169 this.log("", `\ud83d\udd14${this.name}, \u5f00\u59cb!`);
170 }
171 isNode() {
172 return "undefined" != typeof module && !!module.exports;
173 }
174 isQuanX() {
175 return "undefined" != typeof $task;
176 }

Callers 9

ruilanCar.jsFile · 0.45
checkEnvFunction · 0.45
loaddataMethod · 0.45
writedataMethod · 0.45
getvalMethod · 0.45
setvalMethod · 0.45
sendMsgMethod · 0.45
httpRequestMethod · 0.45
doneMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected