MCPcopy Index your code
hub / github.com/di-sukharev/opencommit / isArray2

Function isArray2

out/cli.cjs:27495–27497  ·  view source on GitHub ↗
(obj)

Source from the content-addressed store, hash-verified

27493 return $replace.call(String(s2), /"/g, """);
27494 }
27495 function isArray2(obj) {
27496 return toStr(obj) === "[object Array]" && (!toStringTag2 || !(typeof obj === "object" && toStringTag2 in obj));
27497 }
27498 function isDate2(obj) {
27499 return toStr(obj) === "[object Date]" && (!toStringTag2 || !(typeof obj === "object" && toStringTag2 in obj));
27500 }

Callers 10

arrObjKeysFunction · 0.85
compactQueueFunction · 0.85
merge2Function · 0.85
maybeMapFunction · 0.85
pushToArrayFunction · 0.85
stringify2Function · 0.85
parseValuesFunction · 0.85

Calls 1

toStrFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…