UNPKG
reno-lib-1
Version:
latest (2.2.0)
2.2.0
2.1.0
2.0.3
2.0.2
2.0.1
2.0.0
1.1.0
1.0.0
Lbreria de fundamentos
reno-lib-1
/
lib
/
suma.js
3 lines
•
83 B
JavaScript
View Raw
1
2
3
module
.
exports
=
function
(
numeroUno,numeroDos
){
return
numeroUno+numeroDos; }