@jswork/next-is-equal-diff

1.0.1 • Public • Published

next-is-equal-diff

Check a list is equal difference.

version license size download

installation

npm install -S @jswork/next-is-equal-diff

usage

import '@jswork/next-is-equal-diff';

nx.isEqualDiff([1,2,3]);        // true
nx.isEqualDiff([1,3,5], 2);     // true
nx.isEqualDiff([5, 3, 1], -2);  // true

license

Code released under the MIT license.

Package Sidebar

Install

npm i @jswork/next-is-equal-diff

Weekly Downloads

1

Version

1.0.1

License

MIT

Unpacked Size

4.98 kB

Total Files

5

Last publish

Collaborators

  • afeiship