The object type to filter.
An object or array of objects to filter.
A filtered object (or array of filtered objects) of the same shape.
Removes falsy or empty values (null, undefined, '', 0, false, etc.)
from a plain object or an array of objects.
The object type to filter.
A filtered object (or array of filtered objects) of the same shape.
Removes falsy or empty values (
null,undefined,'',0,false, etc.) from a plain object or an array of objects.