bga-cards
    Preparing search index...

    Variable BgaCardsConst

    BgaCards: {
        AllVisibleDeck: typeof AllVisibleDeck;
        CardStock: typeof CardStock;
        Deck: typeof Deck;
        DiscardDeck: typeof DiscardDeck;
        GridStock: typeof GridStock;
        HandStock: typeof HandStock;
        LineStock: typeof LineStock;
        Manager: typeof CardManager;
        ManualPositionStock: typeof ManualPositionStock;
        ScrollableStock: typeof ScrollableStock;
        SlotStock: typeof SlotStock;
        sort: <T>(...sortedFields: string[]) => SortFunction<T>;
        VoidStock: typeof VoidStock;
    } = ...

    Type declaration