MCPcopy 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

constructorMethod · 0.45
getMethod · 0.45
setMethod · 0.45
checkEnvMethod · 0.45
sendMsgMethod · 0.45
doneMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected