extensions : CLIs
Extends browser detection to include tools that allow browsing websites directly from the terminal for simple browsing, automation, or use in low-resource environments:
cURLELinksHTTPieLynxWget- ... etc.
Code Example
js
import { CLIs } from 'ua-parser-js/extensions';
const cliParser = new UAParser(CLIs);