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