4 lines
65 B
JavaScript
4 lines
65 B
JavaScript
|
module.exports = function() {
|
||
|
process.stdout.write('\x07');
|
||
|
};
|