@echecs/pgn - v5.0.0
    Preparing search index...

    Interface PGN

    interface PGN {
        meta: Meta;
        moves: NotationList;
        result: 0 | "?" | 1 | 0.5;
    }
    Index

    Properties

    Properties

    meta: Meta
    result: 0 | "?" | 1 | 0.5