MCPcopy
hub / github.com/bbc/peaks.js / isArray

Function isArray

src/utils.js:257–259  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

255 */
256
257export function isArray(value) {
258 return Array.isArray(value);
259}
260
261/**
262 * Checks whether the given value is a valid linear gradient color

Callers 1

isLinearGradientColorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected