UNPKG

cardation

Version:

fundation of card games, card model

9 lines (8 loc) 186 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); /** * All Suits should implement this interface. */ class AbstractSuit { } exports.default = AbstractSuit;