UNPKG

puppeteer-finder

Version:

Find a executable Chrome / Edge / Firefox in your system

7 lines (6 loc) 263 B
/** * Look for linux executables in 2 ways * 1. Look into the directories where .desktop are saved on gnome based distro's * 2. Look for google-chrome-stable & google-chrome executables by using the which command */ export default function linux(): string[];