UNPKG

@mightyplow/jslib

Version:

js helpers library

5 lines 128 B
export default function (ar1, ar2) { return ar1.every(function (item, index) { return ar2[index] === item; }); }