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

std/node/dgram.ts>BindOptions

Deno standard library
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
interface BindOptions
import { type BindOptions } from "https://deno.land/std@0.163.0/node/dgram.ts";

Properties

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