UNPKG

ts-cards

Version:
12 lines (11 loc) 1.13 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.pinochleRankValues = exports.pinochleCardCompare = exports.PinochleDeck = exports.standardRankValues = exports.standardCardCompare = exports.StandardDeck = void 0; var standard_1 = require("./standard"); Object.defineProperty(exports, "StandardDeck", { enumerable: true, get: function () { return standard_1.StandardDeck; } }); Object.defineProperty(exports, "standardCardCompare", { enumerable: true, get: function () { return standard_1.standardCardCompare; } }); Object.defineProperty(exports, "standardRankValues", { enumerable: true, get: function () { return standard_1.standardRankValues; } }); var pinochle_1 = require("./pinochle"); Object.defineProperty(exports, "PinochleDeck", { enumerable: true, get: function () { return pinochle_1.PinochleDeck; } }); Object.defineProperty(exports, "pinochleCardCompare", { enumerable: true, get: function () { return pinochle_1.pinochleCardCompare; } }); Object.defineProperty(exports, "pinochleRankValues", { enumerable: true, get: function () { return pinochle_1.pinochleRankValues; } });