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

Method isNode

wxapp/miaoyouHome.js:148–150  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

146 this.log("", `\ud83d\udd14${this.name}, \u5f00\u59cb!`);
147 }
148 isNode() {
149 return "undefined" != typeof module && !!module.exports;
150 }
151 isQuanX() {
152 return "undefined" != typeof $task;
153 }

Callers 8

miaoyouHome.jsFile · 0.45
checkEnvFunction · 0.45
loaddataMethod · 0.45
writedataMethod · 0.45
getvalMethod · 0.45
setvalMethod · 0.45
SendMsgMethod · 0.45
httpRequestMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected