array.prototype.every
An ES5 spec-compliant `Array.prototype.every` shim/polyfill/replacement that works as far down as ES3.
array.prototype.some
An ES5 spec-compliant `Array.prototype.some` shim/polyfill/replacement that works as far down as ES3.
@arr/some
A tiny, faster alternative to native Array.prototype.some