c100a6142
1 2 3 4 5
function isRatingValid (value: any) { return value === 'like' || value === 'dislike' } export { isRatingValid }