Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/samvv/js-proxy-deep
- Owner: samvv
- Created: 2020-03-02T09:58:53.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-06-20T07:02:48.000Z (5 months ago)
- Last Synced: 2024-07-20T18:09:27.803Z (4 months ago)
- Language: JavaScript
- Homepage: https://npmjs.com/proxy-deep
- Size: 242 KB
- Stars: 46
- Watchers: 2
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-javascript - root-workspace
- awesome-javascript - root-workspace
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.