browser.js 160 B

12345678
  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. };