UNPKG

@tonyrl/rand-user-agent

Version:

This package is for getting latest agents and randomize it

4 lines (2 loc) 129 B
declare const randUserAgent: (device: string, browser?: string | null, os?: string | null) => string; export { randUserAgent };