JSPM

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

easily get a useragent

Package Exports

  • get-user-agent

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 (get-user-agent) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

get-user-agent

Build Status Coverage Status bitHound Score

Usage

var useragent = require('get-user-agent');

useragent.your_option(your_version);

Avaible Options:

firefox, chrome and opera

Example script

var useragent = require('get-user-agent');

console.log(useragent.firefox("40.0"));