Helper to check if the current terminal is iTerm
npm install is-iterm> Helper to check if the current terminal is iTerm
```
$ npm install --save is-iterm
`javascript
var isIterm = require('is-iterm');
isIterm(); // => true
``
MIT
----------------
Crafted with <3 by Arthur Verschaeve (@arthur_versch).