universal-user-agent
TypeScript icon, indicating that this package has built-in type declarations

7.0.2 • Public • Published

universal-user-agent

Get a user agent string across all JavaScript Runtime Environments

@latest Build Status

import { getUserAgent } from "universal-user-agent";

const userAgent = getUserAgent();
// userAgent will look like this
// in browser: "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:61.0) Gecko/20100101 Firefox/61.0"
// in node: Node.js/v8.9.4 (macOS High Sierra; x64)

License

ISC

Readme

Keywords

none

Package Sidebar

Install

npm i universal-user-agent

Weekly Downloads

7,702,479

Version

7.0.2

License

ISC

Unpacked Size

8.14 kB

Total Files

11

Last publish

Collaborators

  • gr2m