UNPKG

@vlad-yakovlev/poker

Version:
4 lines (3 loc) 65 B
export const getCardValue = (card) => { return card >> 2; };