MCPcopy Create free account
hub / github.com/binux/qiandao / isUndefined

Function isUndefined

web/static/node_components.js:3327–3329  ·  view source on GitHub ↗
(arg)

Source from the content-addressed store, hash-verified

3325exports.isSymbol = isSymbol;
3326
3327function isUndefined(arg) {
3328 return arg === void 0;
3329}
3330exports.isUndefined = isUndefined;
3331
3332function isRegExp(re) {

Callers 4

node_components.jsFile · 0.70
inspectFunction · 0.70
formatPrimitiveFunction · 0.70
formatPropertyFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected