1.0.2 • Published 7 years ago

ankit_package v1.0.2

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

Introduction

This is my test package

Installation

npm install ankit_package

Usage

you can use by using following syntax

const m1=require('ankit_package');
console.log(m1.add(2,3));
console.log(m1.multiply(2,3));

-- Output
5
6

Version History

Initial Release 1.0 03,Sep 2017

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago