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