@aythami/demo-package
v1.1.0
Published
Sample package: Node.js for begginers
Readme
Sample package: Node.js for begginers.
This is a sample package to learn how to publish package in npm.
Installation
npm install @aythami/demo-packageUsage
import {sum} from '@aythami/demo-package'
console.log(sum(1,2));
console.log(multiply(5,2));