blob: b01363056963039d86f62237e6033aaded87d336 [file] [log] [blame]
Nikolay Vitkov924fc2c2025-01-03 09:24:381'use strict';
2module.exports = {
3 stdin: false,
4 stderr: false,
5 supportsHyperlink: function () { // eslint-disable-line object-shorthand
6 return false;
7 }
8};