UNPKG

chrome-paths

Version:

Possible paths or binary names of Chrome, Chrome Canary and Chromium in the current platform

8 lines (5 loc) 251 B
'use strict'; const karmaChromeLauncher = require('karma-chrome-launcher'); for (const end of ['hrome', 'hromeCanary', 'hromium']) { exports[`c${end}`] = karmaChromeLauncher[`launcher:C${end}`][1].prototype.DEFAULT_CMD[process.platform] || null; }