this is my first npm package created for testing it contains and addFunction that can be used to add 2 numbers.
This package is been added to the npm registry.
To install the package
npm i mynpmpackage-don
To use the package
import addFunction from "mynpmpackage-don"
const value = addFunction(1,2)
console.log(value)