1.0.1 • Published 7 years ago

shubhamimagesgroup v1.0.1

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

Introduction

This is my test package for calculator.

Installation

npm i shubhamimagesgroup --save

Usage

Just follow the following steps to use this package.

const calc= require('shubhamimagesgroup')
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