Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 1.26 KB

README.md

File metadata and controls

40 lines (28 loc) · 1.26 KB

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.