1.1.0 • Published 2 years ago

mynpmpackage-don v1.1.0

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

mynpmpackage-don

this is my first npm package created for testing it contains and addFunction that can be used to add 2 numbers.

npm Package

This package is been added to the npm registry.

Installation

To install the package

npm i mynpmpackage-don

Example

To use the package

import addFunction from "mynpmpackage-don"

const value = addFunction(1,2)
console.log(value)
1.1.0

2 years ago

1.0.0

2 years ago