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

Function isNullOrUndefined

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

Source from the content-addressed store, hash-verified

11524exports.isNull = isNull;
11525
11526function isNullOrUndefined(arg) {
11527 return arg == null;
11528}
11529exports.isNullOrUndefined = isNullOrUndefined;
11530
11531function isNumber(arg) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected