MCPcopy Create free account
hub / github.com/DanWahlin/CustomerManagerStandard / __isObject

Function __isObject

CustomerManager/Scripts/breeze.debug.js:571–573  ·  view source on GitHub ↗
(o)

Source from the content-addressed store, hash-verified

569 }
570
571 function __isObject(o) {
572 return (typeof o === "object");
573 }
574
575 function __isGuid(value) {
576 return (typeof value === "string") && /[a-fA-F\d]{8}-(?:[a-fA-F\d]{4}-){3}[a-fA-F\d]{12}/.test(value);

Callers 1

createExprFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected