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