UNPKG

radio-browser

Version:

nodejs module for radio-browser API (http://www.radio-browser.info/webservice)

6 lines (5 loc) 271 B
// got from https://github.com/flexdinesh/browser-or-node module.exports = { isNode: typeof process !== 'undefined' && process.versions != null && process.versions.node != null, isBrowser: typeof window !== 'undefined' && typeof window.document !== 'undefined' }