MCPcopy Index your code
hub / github.com/bigskysoftware/_hyperscript / isDOMTarget

Method isDOMTarget

www/js/_hyperscript.esm.js:7907–7909  ·  view source on GitHub ↗
(element)

Source from the content-addressed store, hash-verified

7905 return runtime2.findNext(this, context);
7906 }
7907 isDOMTarget(element) {
7908 return element instanceof Node || element instanceof NodeList || element instanceof HTMLCollection;
7909 }
7910};
7911var ToggleCommand = class _ToggleCommand extends VisibilityCommand {
7912 static keyword = "toggle";

Callers 1

resolveMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected