const isArrayNotEmpty = (value) => Array.isArray(value) && value.length > 0 export { isArrayNotEmpty }