Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
11569
exports.isError = isError;
11570
11571
function
isFunction(arg) {
11572
return
typeof arg ===
'function'
;
11573
}
11574
exports.isFunction = isFunction;
11575
11576
function
isPrimitive(arg) {
Callers
2
mammoth.browser.js
File · 0.70
formatValue
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected