Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/ogone/deps/ws-fork.ts>isWebSocketCloseEvent

Advanced Web Composition for Future
Latest
function isWebSocketCloseEvent
import { isWebSocketCloseEvent } from "https://deno.land/x/ogone@revb3/deps/ws-fork.ts";

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

Parameters

a: WebSocketEvent

Returns

a is WebSocketCloseEvent