1.0.0 • Published 4 years ago

plugin-decrease v1.0.0

Weekly downloads
2
License
ISC
Repository
github
Last release
4 years ago

Install

# npm
npm install plugin-decrease

# yarn
yarn add plugin-decrease

Usage

import decrease from 'plugin-decrease';
const a = 1, b = 2;
const c = decrease(a, b);
console.log(c); // -1
1.0.0

4 years ago