Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/samvv/js-proxy-deep

A JavaScript Proxy object that automatically nests itself
https://github.com/samvv/js-proxy-deep

Last synced: 3 months ago
JSON representation

A JavaScript Proxy object that automatically nests itself

Awesome Lists containing this project

README

        

Deep Proxies for JavaScript
===========================

This is the development repository of the `proxy-deep` package, which is
available on [npm](https://npmjs.com/proxy-deep).

To install the package, simply issue:

```
npm i proxy-deep
```

or

```
yarn add proxy-deep
```

The documentation [can be found here](https://github.com/samvv/js-proxy-deep/tree/master/package).

## License

All code in this repository is MIT-licensed.