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.
In the project directory, you can run:
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