UNPKG

vuagen

Version:

Vuagen is a simple and flexible User-Agent generator for browser automation, testing, and web scraping.

6 lines (5 loc) 163 B
const Formatters = { txt: (userAgents) => userAgents.join('\n'), json: (userAgents) => JSON.stringify(userAgents, null, 2) }; module.exports = Formatters;