UNPKG

xxzs

Version:

test adduser

7 lines (6 loc) 78 B
var add=function(a,b){ return a+b } module.exports={ add:add, }