MCPcopy Create free account
hub / github.com/nerfies/nerfies.github.io / isNode

Function isNode

static/js/bulma-carousel.js:249–251  ·  view source on GitHub ↗
(unknown)

Source from the content-addressed store, hash-verified

247};
248
249var isNode = function isNode(unknown) {
250 return !!(unknown && unknown.nodeType === HTMLElement | SVGElement);
251};
252var isVideo = function isVideo(unknown) {
253 return isYoutube(unknown) || isVimeo(unknown) || isHTML5(unknown);
254};

Callers 2

isHTML5Function · 0.85
isIFrameFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected