Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

detect-browsers

Subash1.6kMIT6.1.0TypeScript support: included

Detect browsers installed on a system.

readme

Detect Installed Browsers

import { getAvailableBrowsers, launchBrowser } from 'detect-browsers';
const browsers = await getAvailableBrowsers();
await launchBrowser(browsers[0], 'https://subashpathak.com');

License -> MIT