1.0.1 • Published 7 years ago

dntcalc v1.0.1

Weekly downloads
3
License
ISC
Repository
-
Last release
7 years ago

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
1.0.1

7 years ago

1.0.0

7 years ago