reload-0.0.0.1: web/bower_components/async/mocha_test/support/is_browser.js
module.exports = function() {
return (typeof process === "undefined") ||
(process + "" !== "[object process]"); // browserify
};
module.exports = function() {
return (typeof process === "undefined") ||
(process + "" !== "[object process]"); // browserify
};