mirror of
https://github.com/ManchildProductions/UXP-Fixed.git
synced 2026-07-20 01:08:50 +00:00
4 lines
49 B
JavaScript
4 lines
49 B
JavaScript
module.exports = function(x) {
|
|
return x * 2;
|
|
}
|