1.0.1 • Published 7 months ago

almogsinc v1.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
7 months ago

almogsinc

A simple library that increments a counter by one

Installation

npm install almogsinc

## How to use:

const { increment } = require('./index');

console.log(increment()); // Output: 1
console.log(increment()); // Output: 2
console.log(increment()); // Output: 3
1.0.1

7 months ago

1.0.0

7 months ago