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

x/deno/ext/websocket/lib.deno_websocket.d.ts>BinaryType

A modern runtime for JavaScript and TypeScript.
Go to Latest
type alias BinaryType
import { type BinaryType } from "https://deno.land/x/deno@v1.36.1/ext/websocket/lib.deno_websocket.d.ts";
definition: "arraybuffer" | "blob"