Files
GNX-mailEnterprise/frontend/node_modules/supports-hyperlinks/browser.js
Iliyan Angelov c67067a2a4 Mail
2025-09-14 23:24:25 +03:00

9 lines
160 B
JavaScript

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