Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 302 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 302 Bytes

What is this?

Get addition of N Integers.

Installation

npm i numbers-add --save

Then...

import { addNumbers } from 'numbers-add'

let addition = addNumbers(num1, num2)

Options

addNumbers supports N arguments.

  • num1 - 1,2,3....
  • num2 - 1,2,3....
  • . - .....
  • .
  • .