Package Exports
- iterm2-version
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (iterm2-version) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
iterm2-version 
Get the iTerm2 version
Note: The 2
in iTerm2 is part of the name and does not indicate the version.
Install
$ npm install iterm2-version
Usage
const iterm2Version = require('iterm2-version');
iterm2Version();
//=> '3.0.15'
If you're running this on a different terminal or operating system, it will return undefined
.
License
MIT © Sindre Sorhus