mirror of
https://github.com/usebruno/bruno.git
synced 2025-03-02 00:21:25 +01:00
6 lines
58 B
JavaScript
6 lines
58 B
JavaScript
const sum = (a, b) => a + b;
|
|
|
|
module.exports = {
|
|
sum
|
|
};
|