UNPKG

@botpoker/hand

Version:
7 lines (5 loc) 84 B
"use strict"; module.exports = (rank, type) => { return { rank, type }; };