es2015-proxy

0.1.7 • Public • Published

es2015 Proxy

Build Status GitHub version

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.

Dependents (4)

Package Sidebar

Install

npm i es2015-proxy

Weekly Downloads

37

Version

0.1.7

License

MIT

Last publish

Collaborators

  • matt-jensen