npm.io
1.0.1 • Published 3 years ago

sample-sum-of-number

Licence
ISC
Version
1.0.1
Deps
0
Size
726 B
Vulns
0
Weekly
0

simple-sum-of-number

Description This is a simple JavaScript function that adds two numbers.

Installation You can install this package using npm: npm i sample-sum-of-number

Usage To use this function, require it in your JavaScript code and call it with two numbers as arguments

const sum = require('sample-sum-of-number'); console.log(sum(10, 20))

License This package is released under the MIT License.