UNPKG

pvserverhelper

Version:

This is an npm module design to perform common uses with pVelocity's pvserver

7 lines (6 loc) 157 B
### ``isEmptyValue(value)`` Checks if ``value`` is `null`, `undefined`, `'-N/A-'` or `'- N/A -'` - `value` `<String>` ```js pvh.isEmptyValue('- N/A -'); ```