Package Exports
- iterm-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 (iterm-version) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
iterm-version

Get iTerm version.
Install
$ npm install --save iterm-versionUsage
const itermVersion = require('iterm-version')
itermVersion()
.then(version => console.log(version))
.catch(e => console.log(e.message))API
itermVersion()
Return a Promise which resolves the version string.
itermVersion.sync()
Return version string.
License
MIT © EGOIST