UNPKG

poker-evaluator

Version:

A library to evaluate 3, 5, 6 or 7 card poker hands

20 lines 338 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CARD_RANKS = void 0; // TODO maybe derive from cards or make enum exports.CARD_RANKS = [ '2', '3', '4', '5', '6', '7', '8', '9', 't', 'j', 'q', 'k', 'a', ]; //# sourceMappingURL=card-ranks.const.js.map