Skip to main content
Version: v7.0.0

ExtractAdapterMethodType


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

Preview

type ExtractAdapterMethodType<T> = T extends Adapter<any, infer M, any, any, any, any, any, any, any, any, any> ? M : never;
On this page