Files
conference-room-booking-system/frontend/node_modules/supports-hyperlinks/browser.js
2025-08-20 21:01:11 -04:00

9 lines
160 B
JavaScript

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