mirror of
https://github.com/ManchildProductions/UXP-Fixed.git
synced 2026-06-11 15:39:26 +00:00
6 lines
75 B
JavaScript
6 lines
75 B
JavaScript
function output(str) {
|
|
console.log(str);
|
|
}
|
|
|
|
module.exports = { output };
|