❤ Benefits

chevron-rightSingle value checkhashtag

Check single value against one type.

chevron-rightMultiple value checkhashtag

Check every of multiple values against one type.

Check some of the multiple values against one type.

Check one by one of the multiple values against one type.

chevron-rightGuard the value typehashtag

Predefined functions to guard the most commonly used types.

chevron-rightObjects consisting of check and guard functionshashtag

Predefined objects that contain name-specific functionalities.

Object type that consists of all the guard and check functions.

Object are, is and isNot to check the values.

Object guard to guard the values.

chevron-rightCallbackhashtag

Each function has a callback parameter to handle the check result before it's returned.

The callback function includes a payload parameter consisting of properties specific to the core function, and it is extendable by custom properties.

chevron-rightPayloadhashtag

Each function has an optional payload parameter to assign custom properties to the payload of the given callback function.

Last updated