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

Function isSymbol

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

Source from the content-addressed store, hash-verified

11539exports.isString = isString;
11540
11541function isSymbol(arg) {
11542 return typeof arg === 'symbol';
11543}
11544exports.isSymbol = isSymbol;
11545
11546function isUndefined(arg) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected