UNPKG

@ahmedrangel/rand-user-agent

Version:

This is an adapted version of rand-user-agent by WebScrapingAPI specifically designed for environments lacking access to server file systems (fs), such as Cloudflare Workers.

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