Files
node-js-test/node_modules/supports-hyperlinks/browser.js
T

9 lines
160 B
JavaScript
Raw Normal View History

2026-05-19 22:10:51 -07:00
'use strict';
module.exports = {
stdin: false,
stderr: false,
supportsHyperlink: function () { // eslint-disable-line object-shorthand
return false;
}
};