@Cards-TS
    Preparing search index...

    Variable STANDARD_STATESConst

    STANDARD_STATES: { END_GAME: "END_GAME"; START_GAME: "START_GAME" } = ...

    Standard states for the state machine with special purposes

    Type declaration

    • ReadonlyEND_GAME: "END_GAME"

      The state that every game ends with

    • ReadonlySTART_GAME: "START_GAME"

      The state that every game begins with