* Set TTY to be under raw mode or not. In raw mode, characters are read and * returned as is, without being processed. All special processing of * characters by the terminal is disabled, including echoing input * characters. Reading from a TTY device in raw mode is faster than reading *
(mode: boolean, options?: SetRawOptions)
| 355 | * ``` |
| 356 | */ |
| 357 | setRaw(mode: boolean, options?: SetRawOptions): void; |
| 358 | /** |
| 359 | * Resolves to a {@linkcode FileInfo} for the file. |
| 360 | * |
no outgoing calls
no test coverage detected