Check if the current environment is the Windows Terminal.
npm install is-windows-terminalCheck if the current environment is the Windows Terminal.

``sh`
npm install is-windows-terminal
`js
const isWindowsTerminal = require("is-windows-terminal")
// When running in Windows Terminal
console.log(isWindowsTerminal)
//=> true
`
Type: boolean`
Whether the current environment is the Windows Terminal.