property WriteStream.prototype.columns Usage in Deno```typescript import { WriteStream } from "node:node__tty.d.ts"; ``` A `number` specifying the number of columns the TTY currently has. This property is updated whenever the `'resize'` event is emitted. Type number