Filters out null, undefined, and empty string values from the provided parameters object, while keeping boolean and numeric values intact. The function returns a new object containing only the non-empty parameters.
The object containing the parameters to be filtered.
A new object with only the non-empty parameters.
Filters out null, undefined, and empty string values from the provided parameters object, while keeping boolean and numeric values intact. The function returns a new object containing only the non-empty parameters.