Skip to main content
Version: v7.0.0

ExtractListenerOptionsType


Import
import { ExtractListenerOptionsType } from "@hyper-fetch/sockets"

Preview

type ExtractListenerOptionsType<T> = T extends Socket<infer Adapter> ? ExtractAdapterListenerOptionsType<Adapter> : never;
Sockets
On this page