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

Function isNumber

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

Source from the content-addressed store, hash-verified

11529exports.isNullOrUndefined = isNullOrUndefined;
11530
11531function isNumber(arg) {
11532 return typeof arg === 'number';
11533}
11534exports.isNumber = isNumber;
11535
11536function isString(arg) {

Callers 2

mammoth.browser.jsFile · 0.70
formatPrimitiveFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected