Polyfill for the Proxy object
npm install es2015-proxyA simple module that returns the native Proxy implementation if supported, otherwise resolves Google Chrome's proxy-polyfill.
Consumable as AMD, CommonJS, or a Global module.
Node
```
const Proxy = require('es2015-proxy');
Everywhere else import
dist/proxy-polyfill.min.js`.