Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davestewart/javascript-state-machine
/ isArray
Function
isArray
src/core/utils/utils.js:6–9 ·
view source on GitHub ↗
(value)
Source
from the content-addressed store, hash-verified
4
}
5
6
export
function
isArray (value)
7
{
8
return
value instanceof Array;
9
}
10
11
export
function
isString (value)
12
{
Callers
5
add
Function · 0.90
insert
Function · 0.90
has
Function · 0.90
indexOf
Function · 0.90
remove
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected