browser.js
1 'use strict'; 2 module.exports = { 3 stdin: false, 4 stderr: false, 5 supportsHyperlink: function () { // eslint-disable-line object-shorthand 6 return false; 7 } 8 };
1 'use strict'; 2 module.exports = { 3 stdin: false, 4 stderr: false, 5 supportsHyperlink: function () { // eslint-disable-line object-shorthand 6 return false; 7 } 8 };