MCPcopy Create free account
hub / github.com/bigskysoftware/_hyperscript / isEmpty

Method isEmpty

tools/common/_hyperscript.iife.js:2644–2646  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

2642 }
2643 }
2644 isEmpty(value) {
2645 return value == void 0 || value.length === 0;
2646 }
2647 doesExist(value) {
2648 if (value == null) {
2649 return false;

Callers 3

resolveMethod · 0.45
resolveMethod · 0.45
resolveMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected