* Checks if the file resource is a TTY (terminal). * * @example Usage * ```ts ignore * // This example is system and context specific * import { open } from "@std/fs/unstable-open"; * using file = await open("/dev/tty6"); * file.isTerminal(); // true * ```
()
| 281 | * ``` |
| 282 | */ |
| 283 | isTerminal(): boolean; |
| 284 | /** |
| 285 | * Acquire an advisory file-system lock for the file. |
| 286 | * |
no outgoing calls
no test coverage detected