is-windows-terminal
TypeScript icon, indicating that this package has built-in type declarations

2.0.0 • Public • Published

Is Windows Terminal Travis CI Build Status

Check if the current environment is the Windows Terminal.

NPM Badge

Install

npm install is-windows-terminal

Usage

const isWindowsTerminal = require("is-windows-terminal")
 
// When running in Windows Terminal
console.log(isWindowsTerminal)
//=> true

API

isWindowsTerminal

Type: boolean

Whether the current environment is the Windows Terminal.

Package Sidebar

Install

npm i is-windows-terminal

Weekly Downloads

1

Version

2.0.0

License

MIT

Unpacked Size

3.02 kB

Total Files

6

Last publish

Collaborators

  • richienb