simple-add-subtract

"simple add and subtract math functions"

Usage no npm install needed!

<script type="module">
  import simpleAddSubtract from 'https://cdn.skypack.dev/simple-add-subtract';
</script>

README

  • Get Started

  • Example

const math = require("simple-add-subtract")
console.log(math.addMany(1, 4, 5, 10)) // 20