@trashpanda001/helpers
    Preparing search index...

    Type Alias URLSearchParamsLike

    URLSearchParamsLike:
        | [string, Primitive][]
        | Record<string, Primitive>
        | string
        | URLSearchParams