mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-19 02:43:07 +09:00
3 lines
49 B
JavaScript
3 lines
49 B
JavaScript
module.exports = function(x) {
|
|
return x * 2;
|
|
}
|