1.2.3 • Published 6 years ago

lion-lib-aaron-kostka-smith v1.2.3

Weekly downloads
-
License
ISC
Repository
-
Last release
6 years ago

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

  1. First, install using npm.

npm i -g lion-lib-aaron-kostka-smith

  1. For your project, ensure to require the module

const lionlib = require('lion-lib-aaron-kostka-smith');

  1. 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.

1.2.3

6 years ago

1.2.2

6 years ago

1.2.1

6 years ago

1.2.0

6 years ago

1.1.0

6 years ago

1.0.0

6 years ago