@echecs/uci - v3.0.2
    Preparing search index...

    Interface Events

    Events emitted by the UCI engine wrapper

    interface Events {
        bestmove: { move: string | undefined; ponder?: string };
        copyprotection: string;
        error: Error;
        id: ID;
        info: InfoCommand;
        option: Option;
        output: string;
        readyok: undefined;
        registration: string;
        uciok: undefined;
    }
    Index

    Properties

    bestmove: { move: string | undefined; ponder?: string }
    copyprotection: string
    error: Error
    id: ID
    option: Option
    output: string
    readyok: undefined
    registration: string
    uciok: undefined