@runno/wasi
    Preparing search index...

    Type Alias SockAddr

    SockAddr:
        | { address: string; family: "inet4"; port: number }
        | { address: string; family: "inet6"; port: number }
        | { family: "unix"; path: string }