Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
11534
exports.isNumber = isNumber;
11535
11536
function
isString(arg) {
11537
return
typeof arg ===
'string'
;
11538
}
11539
exports.isString = isString;
11540
11541
function
isSymbol(arg) {
Callers
3
mammoth.browser.js
File · 0.70
formatValue
Function · 0.70
formatPrimitive
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected