Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PrairieLearn/PrairieLearn
/ isFunction
Function
isFunction
public/javascripts/require.js:41–43 ·
view source on GitHub ↗
(it)
Source
from the content-addressed store, hash-verified
39
useInteractive = false;
40
41
function
isFunction(it) {
42
return
ostring.call(it) ===
'[object Function]'
;
43
}
44
45
function
isArray(it) {
46
return
ostring.call(it) ===
'[object Array]'
;
Callers
4
mixin
Function · 0.85
require.js
File · 0.85
newContext
Function · 0.85
localRequire
Function · 0.85
Calls
1
call
Method · 0.80
Tested by
no test coverage detected