UNPKG

cardation

Version:

fundation of card games, card model

11 lines (10 loc) 288 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const Card_1 = require("./Card"); /** * Cards belong to heart, diamond, spade and club. (4 suits) * Jonker doesn't belong to any suit. */ class SuitCard extends Card_1.default { } exports.default = SuitCard;