1.0.1 • Published 2 years ago
gd-add-one v1.0.1
Add one
Simple project with only a single function - to add one
Authors
Installation
Install with npm
npm install gd-add-one
Usage
const addOne = require('gd-add-one');
console.log(addOne(4)); // 5