UserAgents
A module providing access
to the latest UserAgents.
Example
Returning the agents listed at Common.json
import { common } from 'UserAgents'
const agents = await common();
console.log('User Agents',agents);
More Information
Check the Documentation and GitHub
Repository for more information.