@oazmi/kitchensink - v0.10.1
    Preparing search index...

    Type Alias SystemInfoArch

    SystemInfoArch:
        | "x86"
        | "x64"
        | "arm"
        | "arm64"
        | "mips"
        | "mips64"
        | "riscv32"
        | "riscv64"
        | "wasm32"
        | "wasm64"
        | "loong64"
        | "ppc64"
        | "s390x"

    the system's architecture (i.e. amd64, x86, arm, etc...).