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