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

x/deno/core/core.d.ts>MessageCallback

A modern runtime for JavaScript and TypeScript.
Go to Latest
interface MessageCallback
import { type MessageCallback } from "https://deno.land/x/deno@v0.13.0/core/core.d.ts";

Call Signatures

(msg: Uint8Array): void