DenoDeno.FsFile.prototype.isTerminalmethod Deno.FsFile.prototype.isTerminal#FsFile.prototype.isTerminal(): booleanChecks if the file resource is a TTY (terminal). // This example is system and context specific using file = await Deno.open("/dev/tty6"); file.isTerminal(); // true Return Type #boolean
method Deno.FsFile.prototype.isTerminal#FsFile.prototype.isTerminal(): booleanChecks if the file resource is a TTY (terminal). // This example is system and context specific using file = await Deno.open("/dev/tty6"); file.isTerminal(); // true Return Type #boolean