UNPKG

slm-helper

Version:

A simple library to add two numbers

5 lines (4 loc) 65 B
function add(a, b) { return a + b; } module.exports = add;