UNPKG

@botpoker/rank-hands

Version:
6 lines (3 loc) 137 B
"use strict"; const cards = ["2", "3", "4", "5", "6", "7", "8", "9", "10", "J", "Q", "K", "A"]; module.exports = Object.freeze(cards);