Skip to content

@pbvex/protocol / isSseEnvelope

Function: isSseEnvelope()

isSseEnvelope(value): value is Readonly<{ data: RealtimeEnvelope; event?: string; id?: string }>

Parameters

value

unknown

Returns

value is Readonly<{ data: RealtimeEnvelope; event?: string; id?: string }>

Generated API reference. Source of truth is the codebase.