Type Alias IReadableURLSearchParams

IReadableURLSearchParams: Pick<URLSearchParams, "get" | "getAll">

Interface for a readable URLSearchParams object.

This interface is a subset of the URLSearchParams interface, designed especially for the Hono.JS libray.