@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 }>