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

    Interface Meta

    interface Meta {
        Result?: Result;
        [key: string]: string | undefined;
    }

    Indexable

    • [key: string]: string | undefined
    Index

    Properties

    Properties

    Result?: Result