MCPcopy Create free account
hub / github.com/TruthHun/BookStack / isUndefined

Function isUndefined

static/word2md/mammoth.browser.js:11546–11548  ·  view source on GitHub ↗
(arg)

Source from the content-addressed store, hash-verified

11544exports.isSymbol = isSymbol;
11545
11546function isUndefined(arg) {
11547 return arg === void 0;
11548}
11549exports.isUndefined = isUndefined;
11550
11551function isRegExp(re) {

Callers 4

mammoth.browser.jsFile · 0.70
inspectFunction · 0.70
formatPrimitiveFunction · 0.70
formatPropertyFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected