Skip to main content
Version: v7.0.0

DefaultQueryParamsMapper


Import
import { DefaultQueryParamsMapper } from "@hyper-fetch/core"

Preview

type DefaultQueryParamsMapper = (queryParams: QueryParamsType | string | EmptyTypes) => QueryParamsType | string | EmptyTypes;
On this page