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

Function isBoolean

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

Source from the content-addressed store, hash-verified

11514exports.isArray = isArray;
11515
11516function isBoolean(arg) {
11517 return typeof arg === 'boolean';
11518}
11519exports.isBoolean = isBoolean;
11520
11521function isNull(arg) {

Callers 2

inspectFunction · 0.70
formatPrimitiveFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected