Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 640 Bytes

README.md

File metadata and controls

37 lines (22 loc) · 640 Bytes

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.