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

Function isNull

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

Source from the content-addressed store, hash-verified

11519exports.isBoolean = isBoolean;
11520
11521function isNull(arg) {
11522 return arg === null;
11523}
11524exports.isNull = isNull;
11525
11526function isNullOrUndefined(arg) {

Callers 3

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

Calls

no outgoing calls

Tested by

no test coverage detected