UNPKG

@aw-web-design/x-default-browser

Version:

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

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