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

Method isEmpty

www/js/_hyperscript.esm.js:2655–2657  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

2653 }
2654 }
2655 isEmpty(value) {
2656 return value == void 0 || value.length === 0;
2657 }
2658 doesExist(value) {
2659 if (value == null) {
2660 return false;

Callers 3

resolveMethod · 0.45
resolveMethod · 0.45
resolveMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected