npm.io
1.0.1 • Published 8 years ago

dntcalc

Licence
ISC
Version
1.0.1
Deps
0
Vulns
0
Weekly
0

Introduction

This is my test package for calculator.

Installation

npm i dntcalc --save

Usage

Just follow the following steps to use this package.

const calc= require('dntcalc')
const c1= new calc();

console.log(c1.Add(1,2));
console.log(c1.Multiply(2,2));

--Output
3
4

Version History

  1. Initial 1.0.0