Skip to main content
Version: v7.0.0

EndpointMapper


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

Preview

type EndpointMapper<EndpointType,Config> = (endpoint: EndpointType, config?: Config) => string;
On this page