es2015 Proxy
A 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.
Usage
Node
const Proxy = require('es2015-proxy');
Everywhere else import
dist/proxy-polyfill.min.js
.