/edge-location

Approximates the current location of the Edge browser across platforms.

Primary LanguageTypeScriptMIT LicenseMIT

edge-location workflow npm

Approximates the current location of the Edge browser across platforms.

Usage

Via Node.js:

// Returns the path to edge as a string.
const edgeLocation = require('edge-location')

console.log(edgeLocation())
// /Applications/Microsoft Edge.app/Contents/MacOS/Microsoft Edge

Via CLI:

> npx edge-location
# /Applications/Microsoft Edge.app/Contents/MacOS/Microsoft Edge

Related projects

License

MIT (c) Cezar Augusto.