UNPKG

x-default-browser

Version:

Detect default web browser of the current user, cross-platform (Win/Lin/Mac)

4 lines (3 loc) 115 B
module.exports = function (callback) { callback('Your platform is not supported, sorry. Patches welcome.'); };