MCPcopy Create free account
hub / github.com/RubyLouvre/anu / isUndefined

Function isUndefined

test/babel.js:11058–11060  ·  view source on GitHub ↗
(arg)

Source from the content-addressed store, hash-verified

11056 exports.isSymbol = isSymbol;
11057
11058 function isUndefined(arg) {
11059 return arg === void 0;
11060 }
11061 exports.isUndefined = isUndefined;
11062
11063 function isRegExp(re) {

Callers 4

babel.jsFile · 0.85
inspectFunction · 0.85
formatPrimitiveFunction · 0.85
formatPropertyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected