property Socket.prototype.timeout Usage in Deno```typescript import { Socket } from "node:node__net.d.ts"; ``` The socket timeout in milliseconds as set by `socket.setTimeout()`. It is `undefined` if a timeout has not been set. Type number | undefined