Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/texa/src/deps.ts>isWebSocketPongEvent

A Deno web framework inspired by Oak and Express. Built-in support for WebSockets, middleware and routing.
Latest
function isWebSocketPongEvent
import { isWebSocketPongEvent } from "https://deno.land/x/texa@0.8.1/src/deps.ts";

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

Parameters

a: WebSocketEvent

Returns

a is WebSocketPongEvent