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

Method isEmpty

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

Source from the content-addressed store, hash-verified

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

Callers 3

resolveMethod · 0.45
resolveMethod · 0.45
resolveMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected