chessops
    Preparing search index...

    Type Alias EvaluationMate

    type EvaluationMate = {
        depth?: number;
        mate: number;
    }
    Index

    Properties

    Properties

    depth?: number
    mate: number