MCPcopy Create free account
hub / github.com/6dylan6/jdpro / isNode

Method isNode

function/sendNotify.js:2289–2291  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2287 this.log('', `\ud83d\udd14${this.name}, \u5f00\u59cb!`);
2288 }
2289 isNode() {
2290 return 'undefined' != typeof module && !!module.exports;
2291 }
2292 isQuanX() {
2293 return 'undefined' != typeof $task;
2294 }

Callers 8

sendNotifyFunction · 0.45
GetnickName2Function · 0.45
loaddataMethod · 0.45
writedataMethod · 0.45
getvalMethod · 0.45
setvalMethod · 0.45
getMethod · 0.45
postMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected