@mh-cbon/which-win

1.0.3 • Public • Published

which-win

Tells which windows system version is being run.

install

npm i @mh-cbon/which-win --save

Usage

require('@mh-cbon/which-win')(function (err, info) {
  err && console.error("Not found\n%s %j", err, err);
  !err && console.error('found version information\n%j', info)
})

Internals

It relies on systeminfo, when it s available, otherwise it uses ver and a bunch of pre-built detection to give you better information.

read more

Readme

Keywords

Package Sidebar

Install

npm i @mh-cbon/which-win

Weekly Downloads

1

Version

1.0.3

License

MIT

Last publish

Collaborators

  • mh-cbon