'use strict'; // in Node of course this is false module.exports = function isChromeApp() { return false; };