Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/amark/gun
/ isArray
Function
isArray
test/expect.js:770–772 ·
view source on GitHub ↗
(ar)
Source
from the content-addressed store, hash-verified
768
expect.stringify = i;
769
770
function
isArray (ar) {
771
return
Object.prototype.toString.call(ar) ===
'[object Array]'
;
772
}
773
774
function
isRegExp(re) {
775
var
s;
Callers
2
expect.js
File · 0.70
format
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected