This repository was archived by the owner on Jun 24, 2022. It is now read-only.
- Rewritten in TypeScript. Has types
- Add export as ES Module
- Now only one function. Function parses each given user agent string and returns individual data object without mutation lowBrowser (no side effects)
const data = lowBrowser('some user agent')
- Now
osBuild
type isnumber
- Using ES5 trim function. For lower versions it is worth using a polyfill