Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/abc/vendor/https/deno.land/std/ws/mod.ts>isWebSocketPongEvent

A better Deno framework to create web application.
Latest
function isWebSocketPongEvent
import { isWebSocketPongEvent } from "https://deno.land/x/abc@v1.3.3/vendor/https/deno.land/std/ws/mod.ts";

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

Parameters

a: WebSocketEvent

Returns

a is WebSocketPongEvent