1.0.5 • Published 2 years ago

lb5_js v1.0.5

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

Product of sum element

This is a lightweight Node product.js library for adding two numbers.

Installation

To use Product of arr in your Node.js project, you can install it using npm:

npm i lb5_js

Usage

Import the library

const sum = require('lb5_js');
or
import {...} = require('lb5_js');

Functions

Product of array element

const sum = lb5_js.add(10,15);
console.log(sum); // 25

License

This project is licensed under the MIT License.

Author

@Vlad.R

1.0.5

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.0

2 years ago