1.2.3 • Published 6 years ago
lion-lib-aaron-kostka-smith v1.2.3
Lion-Lib-Aaron-Kostka-Smith
What is this? Its a module based on a training video session I am doing.
What can I use it for? Currently, addition, multiplication and subtraction are supported. That is all. I am looking into implementing division, but this may come further down the line with enough support.
How to use
- First, install using npm.
npm i -g lion-lib-aaron-kostka-smith
- For your project, ensure to require the module
const lionlib = require('lion-lib-aaron-kostka-smith');
- Then use the methods!
Add Numbers
const result = lionlib.add(5,10);
// result = 15;
Multiply Numbers
const result = lionlib.multiply(5,10);
// result = 50
Subtract Numbers
const result = lionlib.subtract(10,5);
// result = 5
Feature Requests & Bug Fixes
If the module is not working for you, then please let me know. If you are looking for more features than what it can provide, please send your message to the closest garbage can.