Polyfills for JS methods:
This repo contains the polyfills of the following Promise methods:
- all
- any
- race
- allSettled
This repo contains the polyfills of the following array methods:
- at
- find
- findIndex
- findLast
- findLastIndex
- lastIndexOf
- includes
- indexOf
- some
- every
- unshift
- pop
- push
- shift
- fill
- reverse
- sort
- splice
- copyWithin
- forEach
- map
- filter
- reduce
- reduceRight
- keys
- values
- entries
- slice
- concat
- flat
- flatMap
- join