Skip to main content
Latest
function isWebSocketPongEvent
import { isWebSocketPongEvent } from "https://deno.land/x/rsocket@0.3.0/deps.ts";

Returns true if input value is a WebSocketPongEvent, false otherwise.

Parameters

a: WebSocketEvent

Returns

a is WebSocketPongEvent