UNPKG

win-ver

Version:

Get the Windows version as returned by ver.

6 lines (4 loc) 83 B
const ver = require('./') ver() .then(console.log) .catch(console.error)