2.0.0 • Published 3 years ago

is-windows-terminal v2.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
3 years ago

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.