Skip to content

@pbvex/protocol / isRealtimeEnvelope

Function: isRealtimeEnvelope()

isRealtimeEnvelope(value): value is Readonly<{ args?: JSONValue; id: string; maxEventSize?: number; op: RealtimeOp; path?: string; payload?: JSONValue }>

Parameters

value

unknown

Returns

value is Readonly<{ args?: JSONValue; id: string; maxEventSize?: number; op: RealtimeOp; path?: string; payload?: JSONValue }>

Generated API reference. Source of truth is the codebase.