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

Function isString

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

Source from the content-addressed store, hash-verified

11534exports.isNumber = isNumber;
11535
11536function isString(arg) {
11537 return typeof arg === 'string';
11538}
11539exports.isString = isString;
11540
11541function isSymbol(arg) {

Callers 3

mammoth.browser.jsFile · 0.70
formatValueFunction · 0.70
formatPrimitiveFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected