GT2/Ejectable/node_modules/supports-hyperlinks/browser.js

9 lines
160 B
JavaScript
Raw Normal View History

2021-08-16 00:14:59 +00:00
'use strict';
module.exports = {
stdin: false,
stderr: false,
supportsHyperlink: function () { // eslint-disable-line object-shorthand
return false;
}
};