Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/devforth/painterro
/ validationEmptyValue
Method
validationEmptyValue
js/resizer.js:102–104 ·
view source on GitHub ↗
(value)
Source
from the content-addressed store, hash-verified
100
}
101
102
static validationEmptyValue(value) {
103
return
value !==
''
|| value !==
'0'
;
104
}
105
106
static validationZeroValue(...args) {
107
let
isValid = true;
Callers
2
validationHeight
Method · 0.80
validationWidth
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected