MCPcopy Index your code
hub / github.com/smallfawn/QLScriptPublic / isNode

Method isNode

jlld.js:233–235  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

231 this.log("", `\ud83d\udd14${this.name}, \u5f00\u59cb!`);
232 }
233 isNode() {
234 return "undefined" != typeof module && !!module.exports;
235 }
236 isQuanX() {
237 return "undefined" != typeof $task;
238 }

Callers 9

jlld.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