1.1.0 • Published 10 months ago

@mssmr/npm-demo-prj v1.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
10 months ago

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))
1.1.0

10 months ago

1.0.0

10 months ago