MCPcopy
hub / github.com/aframevr/aframe / isObject

Function isObject

src/core/component.js:754–756  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

752}
753
754function isObject (value) {
755 return value && value.constructor === Object && !(value instanceof window.HTMLElement);
756}

Callers 1

registerComponentFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected