1.0.0 • Published 10 months ago

javascript-object-buster v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
10 months ago

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.
1.0.0

10 months ago