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

Function isFunction

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

Source from the content-addressed store, hash-verified

11569exports.isError = isError;
11570
11571function isFunction(arg) {
11572 return typeof arg === 'function';
11573}
11574exports.isFunction = isFunction;
11575
11576function isPrimitive(arg) {

Callers 2

mammoth.browser.jsFile · 0.70
formatValueFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected