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

Function __isString

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

Source from the content-addressed store, hash-verified

565 }
566
567 function __isString(o) {
568 return (typeof o === "string");
569 }
570
571 function __isObject(o) {
572 return (typeof o === "object");

Callers 4

resolveDataTypeFunction · 0.85
createExprFunction · 0.85
ctorFunction · 0.85
breeze.debug.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected