Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bigskysoftware/_hyperscript
/ isEmpty
Method
isEmpty
www/js/_hyperscript-max.js:2656–2658 ·
view source on GitHub ↗
(value)
Source
from the content-addressed store, hash-verified
2654
}
2655
}
2656
isEmpty(value) {
2657
return
value == void 0 || value.length === 0;
2658
}
2659
doesExist(value) {
2660
if
(value == null) {
2661
return
false;
Callers
3
resolve
Method · 0.45
resolve
Method · 0.45
resolve
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected