Returns whether any of the elements in the given objects is not empty
Optional
the objects to check
whether any of the elements in the given objects is not empty
anyNotEmpty([null, undefined]); // falseanyNotEmpty([null, {}]); // false Copy
anyNotEmpty([null, undefined]); // falseanyNotEmpty([null, {}]); // false
Returns whether any of the elements in the given objects is not empty