Files

4 lines
54 B
JavaScript
Raw Permalink Normal View History

2026-03-30 00:01:29 +01:00
module.exports = function foo(x) {
return x * 2;
};