MCPcopy Create free account
hub / github.com/DHTMLX/scheduler / isArray$1

Function isArray$1

codebase/sources/dhtmlxscheduler.es.js:1435–1441  ·  view source on GitHub ↗
(obj)

Source from the content-addressed store, hash-verified

1433 return uidSeed++;
1434}
1435function isArray$1(obj) {
1436 if (Array.isArray) {
1437 return Array.isArray(obj);
1438 } else {
1439 return obj && obj.length !== void 0 && obj.pop && obj.push;
1440 }
1441}
1442function isStringObject(obj) {
1443 return obj && typeof obj === "object" && Function.prototype.toString.call(obj.constructor) === "function String() { [native code] }";
1444}

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected