| Current Path : /usr/local/lib/node_modules/@google/gemini-cli/node_modules/supports-hyperlinks/ |
| Current File : //usr/local/lib/node_modules/@google/gemini-cli/node_modules/supports-hyperlinks/browser.js |
'use strict';
module.exports = {
stdin: false,
stderr: false,
supportsHyperlink: function () { // eslint-disable-line object-shorthand
return false;
}
};