UNPKG

@botpoker/hand

Version:
14 lines (10 loc) 257 B
"use strict"; const strength = require("../domain/ranks"); const royalStraightFlush = (cards) => ({ name: "Royal flush", kickers: [], rank: "A", strength: strength.get("royal-straight-flush"), }); module.exports = royalStraightFlush;