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