chessops
    Preparing search index...

    Interface Game<T>

    interface Game<T> {
        comments?: string[];
        headers: Map<string, string>;
        moves: Node<T>;
    }

    Type Parameters

    • T
    Index

    Properties

    comments?: string[]
    headers: Map<string, string>
    moves: Node<T>