is-iterm

Helper to check if the current terminal is iTerm

Usage no npm install needed!

<script type="module">
  import isIterm from 'https://cdn.skypack.dev/is-iterm';
</script>

README

is-iterm Build Status

Helper to check if the current terminal is iTerm

Installation

$ npm install --save is-iterm

Usage

var isIterm = require('is-iterm');

isIterm();  // => true

License

MIT


Crafted with <3 by Arthur Verschaeve (@arthur_versch).