export function categoryValidator()

in src/components/chat/components/duo_chat_context/utils.js [1:3]


export function categoryValidator(category) {
  return Boolean(category && category.value && category.label && category.icon);
}