npm.io
1.0.3 • Published 8 years ago

dalokcalc

Licence
ISC
Version
1.0.3
Deps
1
Vulns
0
Weekly
0

Introduction

This is my test package for calculator.

Installation

npm i dalokcalc --save

Usage

Just follow the following steps to use this package.

const calc= require('dalokcalc')
const c1= new calc(2,3,+);

console.log(c1);

--Output
5

Version History

  1. Initial 1.0.0
  2. Latest 1.0.3

Keywords