moroshko / shallow-equal

Minimalistic shallow equality check for arrays/objects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

If I pass one parameter as a string in shallowEqualArrays('abc', [1,2,3]) then it will give me exception. It is because in this method it is finding length of first parameter and for string it will fail

Rohit221990 opened this issue · comments