Skip to main content
Version: v7.0.0

ExtractAdapterType


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

Preview

type ExtractAdapterType<T> = T extends Request<any, any, any, any, any, infer C, any, any, any> ? ExtractClientAdapterType<C> : never;
On this page