1.0.0 • Published 7 years ago

npm-trial1 v1.0.0

Weekly downloads
3
License
GPL2.0
Repository
github
Last release
7 years ago

Trial Module

First attempt at npm modules

Overview

It basically adds a number according to user's choice in a synchronized manner.

Installation

Enter following commmand:

npm install npm-trial1

Usage

const t = require('npm-trial1')
t.increment(10, 2, 2, (result) => {  // An example of inputs
   // Your result here
});