UNPKG

cardation

Version:

fundation of card games, card model

9 lines (8 loc) 175 B
import Suit from './Suit'; declare class Spade extends Suit { private _id; getId(): string; getShortName(): string; getIcon(): string; } export default Spade;