mirror of
https://github.com/roytam1/UXP.git
synced 2026-06-17 05:48:50 +00:00
4 lines
49 B
JavaScript
4 lines
49 B
JavaScript
module.exports = function(x) {
|
|
return x * 2;
|
|
}
|