The readme says
It's recommended to use this library in the form of a ponyfill, which doesn't inflict modifications of the global object.
The index.js file of the project does the ponyfill work already. Telling us to use the library in the form of a ponyfill is misleading, it should say something like "This library acts as a ponyfill by default, so as to not inflict modifications to the global object."
The readme says
The index.js file of the project does the ponyfill work already. Telling us to use the library in the form of a ponyfill is misleading, it should say something like "This library acts as a ponyfill by default, so as to not inflict modifications to the global object."