1.0.1 • Published 7 years ago

dnt-node-7am v1.0.1

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

My Test Package

This is my test package for testing purpose

Installation

npm i dnt-node-7am -s

Usage

    const cal = require('dnt-node-7am');
    const obj= new cal();
    console.log(obj.Add(2,3));
    console.log(obj.Substract(4,3));

-- Output
5
1

Release History

  • Initial release 1.0
1.0.1

7 years ago

1.0.0

7 years ago