javascript-object-buster
v1.0.0
Published
A library that ensures that required JavaScript object values exist.
Downloads
6
Maintainers
Readme
javascript-object-buster
Overview
javascript-object-buster
is a helper library designed to validate mandatory javascript objects.
Features
- Non-empty Object Check: Ensures that the provided object is not null or empty.
- Strict Validation: Validates object properties to ensure they are not undefined, null, empty strings, empty arrays, or empty objects.
- Must Validation: Checks that specified properties are not null or undefined.
- Undefined and Null Checks: Provides methods to specifically check for undefined and null properties.
- Empty Property Checks: Validates that properties are not empty strings, empty arrays, or empty objects.