mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-20 19:33:08 +09:00
5 lines
75 B
JavaScript
5 lines
75 B
JavaScript
|
|
function output(str) {
|
||
|
|
console.log(str);
|
||
|
|
}
|
||
|
|
|
||
|
|
module.exports = { output };
|