1.1.0 • Published 10 months ago
@mssmr/npm-demo-prj v1.1.0
Sample package: Created to understand how the npm rejestry works
Don't be fooled, it's just a demo, but with a functional part If you need to sum up two numbers you're welcome to use sum func
Installation
npm install @mssmr/npm-demo-prj
Usage
import { sum, multiply } from '@mssmr/npm-demo-prj'
console.log(sum(1, 2))
console.log(multiply(2, 2))