export default function isBlank(element) { return _isNil(element) || _isEmpty(element) }