@jswork/next-compare
v1.0.3
Published
Basic compare for next.
Readme
next-compare
Basic compare for next.
installation
npm install -S @jswork/next-compareusage
import '@jswork/next-compare';
nx.compare(2, 1); // 1
nx.compare(1, 1); // 0
nx.compare(1, 2); // -1license
Code released under the MIT license.
