Skip to main content
Module

std/node/dgram.ts>BindOptions

Deno standard library
Go to Latest
interface BindOptions
import { type BindOptions } from "https://deno.land/std@0.166.0/node/dgram.ts";

Properties

optional
port: number
optional
address: string
optional
exclusive: boolean
optional
fd: number