MCPcopy 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
6export function isArray (value)
7{
8 return value instanceof Array;
9}
10
11export function isString (value)
12{

Callers 5

addFunction · 0.90
insertFunction · 0.90
hasFunction · 0.90
indexOfFunction · 0.90
removeFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected