UNPKG

@imaginerlabs/user-agent-generator

Version:

High-performance, configurable, batch-generating User-Agent spoofing library. Supports multiple browsers, devices, and returns detailed meta information. Perfect for web scraping, automated testing, proxy pools and more.

9 lines (8 loc) 278 B
/** * Main entry point for the User-Agent Generator * User-Agent 生成器的主入口文件 * * This file exports the main functionality of the User-Agent generator * 该文件导出 User-Agent 生成器的主要功能 */ export { generateUserAgent } from './generator';