obby-client for TypeScript
    Preparing search index...

    Type Alias Capability

    One capability the server advertised, with the value it carried if any.

    type Capability = {
        name: string;
        value: string | null;
    }
    Index
    name: string

    The capability name, without any =value suffix.

    value: string | null

    The value, for capabilities like sasl=PLAIN,EXTERNAL that carry one.