Skip to main content
The Deno 2 Release Candidate is here
Learn more
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@v1.1.2/src/transport/IPC.ts";
definition: (id: number) => string | undefined