MCPcopy Index your code
hub / github.com/microsoft/SandDance / isObject

Function isObject

docs/app/js/sanddance-app.js:55279–55281  ·  view source on GitHub ↗
(x)

Source from the content-addressed store, hash-verified

55277 return typeof x === "function";
55278};
55279var isObject = function isObject(x) {
55280 return x !== null && (0, _typeofDefault.default)(x) === "object";
55281};
55282var isPureObject = function isPureObject(x) {
55283 return isObject(x) && x.constructor === ({}).constructor;
55284};

Callers 9

isPureObjectFunction · 0.70
isPromiseFunction · 0.70
isWritableDOMStreamFunction · 0.70
isReadableDOMStreamFunction · 0.70
isWritableNodeStreamFunction · 0.70
isReadableNodeStreamFunction · 0.70
countFunction · 0.70
writeConfigFunction · 0.70
$Function · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected