UNPKG

ts-cards

Version:
6 lines (5 loc) 173 B
import { Suit } from '../suit'; export declare const hearts: Suit; export declare const spades: Suit; export declare const clubs: Suit; export declare const diamonds: Suit;