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

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

port of @xhayper/discord-rpc to deno
Latest
type alias IPCTransportOptions
import { type IPCTransportOptions } from "https://deno.land/x/discord_rpc_deno@v1.1.4/src/transport/IPC.ts";
definition: { pathList?: FormatFunction[]; } & TransportOptions