1.0.0 • Published 4 years ago
plugin-decrease v1.0.0
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