mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-24 05:05:39 +00:00
6 lines
58 B
JavaScript
6 lines
58 B
JavaScript
const sum = (a, b) => a + b;
|
|
|
|
module.exports = {
|
|
sum
|
|
};
|