Returns whether any of the given texts is not empty
Optional
the texts to check
whether any of the given texts is not empty
anyNotEmpty([null, undefined]); // falseanyNotEmpty([null, 'world']); // true Copy
anyNotEmpty([null, undefined]); // falseanyNotEmpty([null, 'world']); // true
Returns whether any of the given texts is not empty