9 lines
160 B
JavaScript
Raw Normal View History

2025-02-22 11:20:12 -06:00
'use strict';
module.exports = {
stdin: false,
stderr: false,
supportsHyperlink: function () { // eslint-disable-line object-shorthand
return false;
}
};