next-compare
Basic compare for next.
installation
npm install -S @jswork/next-compare
usage
import '@jswork/next-compare';
nx.compare(2, 1); // 1
nx.compare(1, 1); // 0
nx.compare(1, 2); // -1
license
Code released under the MIT license.
Basic compare for next.
npm install -S @jswork/next-compare
import '@jswork/next-compare';
nx.compare(2, 1); // 1
nx.compare(1, 1); // 0
nx.compare(1, 2); // -1
Code released under the MIT license.
npm i @jswork/next-compare
65
1.0.3
MIT
4.68 kB
6