@echecs/number-of-wins - v3.0.3
    Preparing search index...

    Interface Game

    interface Game {
        black: string;
        kind?: GameKind;
        result: Result;
        white: string;
    }
    Index

    Properties

    Properties

    black: string
    kind?: GameKind
    result: Result
    white: string