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>IPCTransportOptions

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