get-windows-edition

show current windows edition and version ur using

Usage no npm install needed!

<script type="module">
  import getWindowsEdition from 'https://cdn.skypack.dev/get-windows-edition';
</script>

README

Get-Windows-Edition

Get windows version and edition


Usage

Example Usage

var test = require("get-windows-edition")
test()

// outputs Microsoft Windows (Version) (Edition)
// example, in my case it output "Microsoft Windows 10 Home"