Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/smallfawn/QLScriptPublic
/ isNode
Method
isNode
tools/env.js:74–76 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
72
}
73
}
74
isNode() {
75
return
"undefined"
!= typeof module && !!module.exports;
76
}
77
jsonToStr(obj, c =
'&'
, encodeUrl = false) {
78
let
ret = []
79
for
(
let
keys of Object.keys(obj).sort()) {
Callers
6
constructor
Method · 0.45
get
Method · 0.45
set
Method · 0.45
checkEnv
Method · 0.45
sendMsg
Method · 0.45
done
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected