MCPcopy
hub / github.com/allmarkedup/purl / isArray

Function isArray

purl.js:185–187  ·  view source on GitHub ↗
(vArg)

Source from the content-addressed store, hash-verified

183 }
184
185 function isArray(vArg) {
186 return Object.prototype.toString.call(vArg) === "[object Array]";
187 }
188
189 function keys(obj) {
190 var key_array = [];

Callers 3

parseFunction · 0.85
mergeFunction · 0.85
setFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…