Skip to main content
Module

x/texa/src/deps.ts>isWebSocketCloseEvent

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

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

Parameters

a: WebSocketEvent

Returns

a is WebSocketCloseEvent