Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
type alias MessageEvent
import { type MessageEvent } from "https://deno.land/x/frugal@0.5.0/packages/core/watch/types.ts";

Type Parameters

optional
MESSAGE extends Message = Message
definition: Event<"message", { message: MESSAGE; }>