wretch
    Preparing search index...

    Type Alias QueryStringOptions

    Options for the query method.

    type QueryStringOptions = {
        omitUndefinedOrNullValues?: boolean;
        replace?: boolean;
    }
    Index

    Properties

    omitUndefinedOrNullValues?: boolean

    Completely omit key=value pairs for undefined or null values.

    replace?: boolean

    Replace existing query parameters instead of appending to them.