property Socket.prototype.localPort Usage in Deno```typescript import { Socket } from "node:node__net.d.ts"; ``` The numeric representation of the local port. For example, `80` or `21`. Type number