@echecs/trf - v3.3.2
    Preparing search index...

    Interface StringifyOptions

    interface StringifyOptions {
        onWarning?: (warning: ParseWarning) => void;
    }
    Index

    Properties

    Properties

    onWarning?: (warning: ParseWarning) => void