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