Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/glidejs/glide
/ isArray
Function
isArray
src/utils/unit.js:83–85 ·
view source on GitHub ↗
(value)
Source
from the content-addressed store, hash-verified
81
* @
return
{Boolean}
82
*/
83
export
function
isArray (value) {
84
return
value.constructor === Array
85
}
Callers
4
mutate
Method · 0.90
on
Method · 0.90
emit
Method · 0.90
unit.test.js
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected