mirror of https://github.com/nodejs/node.git
4 lines
54 B
JavaScript
4 lines
54 B
JavaScript
|
exports.add = function add(a, b) {
|
||
|
return a + b;
|
||
|
};
|