Custom SC Formatter - Type Checker

The Type Checker module provides a set of type-checking functions for various data types. Each function checks the type of input data and returns a boolean value indicating whether the input matches the expected type.
This is essentially helpful when using DB query condition toggles for non-matching data types with those provided in your filters and also in Conditional blocks where you need to verify if data is of a specific type or not.

image

6 Likes