I'm using this module inside a system that bundles the code, as such I wanted to avoid polluting the window namespace and import it like I do other modules.
This is the required modifications, which include setting the main entry point to the ES6 module, alongside tests for the ES6 version.
I'm using this module inside a system that bundles the code, as such I wanted to avoid polluting the window namespace and import it like I do other modules.
This is the required modifications, which include setting the main entry point to the ES6 module, alongside tests for the ES6 version.