SendCallbackType
import { SendCallbackType } from "@hyper-fetch/sockets"
Description
Defined in socket/socket.types.ts:32
Preview
type SendCallbackType<EmitterType> = (emitter: EmitterType) => EmitterInstance;
Structure
(emitter: EmitterType) => EmitterInstance