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

x/discord_rpc_deno/src/transport/IPC.ts>FormatFunction

port of @xhayper/discord-rpc to deno
Go to Latest
type alias FormatFunction
import { type FormatFunction } from "https://deno.land/x/discord_rpc_deno@1.0.9/src/transport/IPC.ts";
definition: (id: number) => [string, boolean]