All Downloads are FREE. Search and download functionalities are using the official Maven repository.

components.form.fields.utils.values.js Maven / Gradle / Ivy

// note that argument can be a string of an array

export function nullOrEmpty(value) {
  return !value || value.length === 0;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy