Ponyfill Documentation

Bringing Modern Functionality to Older Systems

What is a Ponyfill?

A ponyfill is a library or module that provides modern functionality to older environments, without modifying the global namespace. Unlike polyfills, ponyfills are opt-in and do not pollute the global scope.

Using Ponyfills

npm install ponyfill