Releases: gkarthiks/isEmptyObj
Releases · gkarthiks/isEmptyObj
v0.2.0
v0.1.1
v0.1.0
Summary of changes introduced in v0.1.0:
- Added the check for undefined and returns true stating the given field is null or empty.
- Checks the null string or empty space after identified as String data type and trims to evaluate and returns true if empty string or empty space is encountered.
- Supports the boolean check as well. If the Object is identified as boolean, false will be returned.