gespenst API - v0.1.0
    Preparing search index...

    Interface IWindowsPty

    Pty information for Windows.

    interface IWindowsPty {
        backend?: "conpty" | "winpty";
        buildNumber?: number;
    }
    Index
    backend?: "conpty" | "winpty"

    What pty emulation backend is being used.

    buildNumber?: number

    The Windows build version (eg. 19045)