Skip to main content
Version: v7.0.0

QueryParamsMapper


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

Preview

type QueryParamsMapper<QueryParams,Config> = (queryParams: QueryParams | EmptyTypes, config?: Config) => any;
On this page