@jonahsnider/util

    Type Alias Card

    A playing card.

    Cards

    type Card = {
        rank: Rank;
        suit: Suit;
    }
    Index

    Properties

    Properties

    rank: Rank
    suit: Suit
    MMNEPVFCICPMFPCPTTAAATR