MCPcopy 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

validationHeightMethod · 0.80
validationWidthMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected