JSPM

iterm-version

1.0.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 3
  • Score
    100M100P100Q32300F
  • License MIT

Get iTerm version.

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 NPM version NPM downloads Build Status

Get iTerm version.

Install

$ npm install --save iterm-version

Usage

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