ergent
TypeScript icon, indicating that this package has built-in type declarations

1.1.0 • Public • Published

Ergent Travis CI Build Status

Get the user agent to use, respecting the package.json and navigator.userAgent

NPM Badge

Install

npm install ergent

Usage

const userAgent = require("ergent");
 
userAgent; // In Node.js
//=> 'myPackage v1.0.0'
 
userAgent; // In a browser
//=> 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36'

API

ergent

Type: string

The user agent to be used.

Package Sidebar

Install

npm i ergent

Weekly Downloads

6

Version

1.1.0

License

MIT

Unpacked Size

3.66 kB

Total Files

7

Last publish

Collaborators

  • richienb