browser-version

a module for detecting the browser version

Usage no npm install needed!

<script type="module">
  import browserVersion from 'https://cdn.skypack.dev/browser-version';
</script>

README

browser version

A node module for detecting the browser version.

var browserVersion = require('browser-version');
console.log(browserVersion());

License

MIT