1.0.5 • Published 2 years ago
lb5_js v1.0.5
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.