1.0.2 • Published 4 years ago

compare-arrays v1.0.2

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

compare-arrays

Compare arrays in javascript is not an easy job because === will not work as expected. So this package is perfect solution for Compare two arrays.

How it works

In the project directory, you can run:

npm install compare-arrays --save

import compare from 'compare-arrays'; // const compare = require('compare-arrays').default; for old js
compare([],[]) // return true or false

Typescript implementation will coming soon..

Thank you