Skip to main content
DropArgument - net - Node documentation
interface DropArgument

Usage in Deno

import { type DropArgument } from "node:net";

Properties

optional
localAddress: string
optional
localPort: number
optional
localFamily: string
optional
remoteAddress: string
optional
remotePort: number
optional
remoteFamily: string