Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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.js
File · 0.45
checkEnv
Function · 0.45
loaddata
Method · 0.45
writedata
Method · 0.45
getval
Method · 0.45
setval
Method · 0.45
sendMsg
Method · 0.45
httpRequest
Method · 0.45
done
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected