validateNotEmpty()

in app/index.js [61:63]


  validateNotEmpty(input) {
    return (input && !!input.trim()) || "Cannot be left empty";
  }