Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/discord_rpc_deno/deps.ts>net._createServerHandle

port of @xhayper/discord-rpc to deno
Go to Latest
function net._createServerHandle
import { net } from "https://deno.land/x/discord_rpc_deno@1.0.8/deps.ts";
const { _createServerHandle } = net;

Parameters

address: string | null
port: number | null
addressType: number | null
optional
fd: number | null
optional
flags: number

Returns

Handle | number