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

Function isObject

static/word2md/mammoth.browser.js:9246–9249  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

9244}
9245
9246function isObject(value) {
9247 return typeof value === "function" ||
9248 typeof value === "object" && value !== null;
9249}
9250
9251function maybeWrapAsError(maybeError) {
9252 if (!isPrimitive(maybeError)) return maybeError;

Callers 9

propsFunction · 0.70
tryConvertToPromiseFunction · 0.70
mammoth.browser.jsFile · 0.70
isRegExpFunction · 0.70
isDateFunction · 0.70
isErrorFunction · 0.70
XMLDTDEntityFunction · 0.70
XMLDeclarationFunction · 0.70
XMLDocTypeFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected