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

x/msgpack_rpc/message.ts>isResponseMessage

🦕 Deno module to support msgpack-rpc
Go to Latest
function isResponseMessage
import { isResponseMessage } from "https://deno.land/x/msgpack_rpc@v4.0.1/message.ts";

Check if an arbitrary data is ResponseMessage or not

Parameters

data: unknown