harmony-proxy
Version:
Small shim providing `new Proxy(target, handler)`
27 lines (16 loc) • 809 B
Markdown
# harmony-proxy
Harmony-proxy shims the new-style `new Proxy(target, handler)` API via the
old-style `Proxy.create(handler)` API provided by `node --harmony-proxies`.
See https://developer.mozilla.org/en-US/docs/Web/JavaScript/Old_Proxy_API
and https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Proxy
[](https://travis-ci.org/Swatinem/proxy)
[](https://coveralls.io/r/Swatinem/proxy)
[](https://gemnasium.com/Swatinem/proxy)
## Installation
$ npm install harmony-proxy
## Usage
```js
var Proxy = require('harmony-proxy');
```
## License
LGPLv3