login/node_modules/supports-hyperlinks/browser.js
Balaga Gayatri 8ab7113acc changes
2021-10-25 18:21:32 +05:30

8 lines
160 B
JavaScript

'use strict';
module.exports = {
stdin: false,
stderr: false,
supportsHyperlink: function () { // eslint-disable-line object-shorthand
return false;
}
};