Ponyfills are like polyfills but without overriding native APIs. Polyfills patch a piece of functionality so that older environments can support newer features whilst Ponyfills, on the other hand, provide functionality as standalone modules.
Contents
Articles
Main
- ⭐️ core-js-pure - The entire standard library.
Uncategorised
- es6-promise -
Promise - es6-map -
Map - es6-weak-map -
WeakMap - es6-set -
Set - es6-symbol -
Symbol - named-regexp-groups -
RegExp - globalthis -
globalThis
Numbers
- bignumber.js -
BigInt - number-is-nan -
Number.isNaN - is-finite -
Number.isFinite - is-integer -
Number.isInteger
Strings
- indexof -
String.prototype.indexOf - string.prototype.trim -
String.prototype.trim - string.prototype.trimleft -
String.prototype.trimStart - string.prototype.trimright -
String.prototype.trimEnd - string.prototype.replaceall -
String.prototype.replaceAll
Objects
- object.fromentries -
Object.fromEntries - object.entries -
Object.entries - object-keys -
Object.keys - object.values -
Object.values - object-assign -
Object.assign - object-is -
Object.is - json3 -
JSON