ECMAScript Shims
Pinned
Repositories
- Array.prototype.groupToMap Public
An ESnext spec-compliant `Array.prototype.groupToMap` shim/polyfill/replacement that works as far down as ES3.
- Array.prototype.group Public
An ESnext spec-compliant `Array.prototype.group` shim/polyfill/replacement that works as far down as ES3.
- Array.prototype.slice Public
ES spec-compliant `Array.prototype.slice` shim/polyfill/replacement that works as far down as ES3
-
- Array.prototype.join Public
ES spec-compliant `Array.prototype.join` shim/polyfill/replacement that works as far down as ES3
- String.prototype.substr Public
ES spec-compliant `String.prototype.substr` shim/polyfill/replacement that works as far down as ES3
- Array.prototype.unshift Public
ES spec-compliant Array.prototype.unshift shim/polyfill/replacement that works as far down as ES3
- Array.prototype.indexOf Public
An ES2015 spec-compliant `Array.prototype.indexOf` shim/polyfill/replacement that works as far down as ES3.