https://github.com/nrcool/my-package
https://github.com/nrcool/my-package
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nrcool/my-package
- Owner: nrcool
- Created: 2019-10-17T12:11:14.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-17T12:27:20.000Z (over 6 years ago)
- Last Synced: 2025-05-07T23:02:33.394Z (about 1 year ago)
- Language: JavaScript
- Size: 1000 Bytes
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# npm-package-dci
@naqvi/math
## Installation
Use the node package manager to install @naqvi/math.
```bash
npm install @naqvi/math
```
## Usage
```javascript
const {sumOfTwoNumbers,prodOfTwoNumbers}=require("npm-package-dci")
//find sum of two numbers
sumOfTwoNumbers(4,5); //9
//find product of two numbers
prodOfTwoNumbers(4,5); //20
```
## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
## License
[ISC](https://choosealicense.com/licenses/isc/)