@sarmaakondi/demo-package
v1.1.0
Published
My first pacakge
Downloads
5
Readme
My first package
This is my first package to learn how to publish packages in npm.
Installation
npm install @sarmaakondi/demo-package
Usage
import { add, multiply } from "@sarmaakondi/demo-package";
console.log(add(1, 3));
console.log(multiply(3, 8));