https://github.com/dukeferdinand/proxy-decorators
Experiments using JS proxies to rip return values from functions via decorators
https://github.com/dukeferdinand/proxy-decorators
Last synced: over 1 year ago
JSON representation
Experiments using JS proxies to rip return values from functions via decorators
- Host: GitHub
- URL: https://github.com/dukeferdinand/proxy-decorators
- Owner: DukeFerdinand
- Created: 2020-05-30T16:32:04.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T22:45:57.000Z (over 3 years ago)
- Last Synced: 2025-01-22T07:16:42.402Z (over 1 year ago)
- Language: TypeScript
- Size: 5.53 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# proxy-decorators
## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn serve
```
### Compiles and minifies for production
```
yarn build
```
### Run your unit tests
```
yarn test:unit
```
### Lints and fixes files
```
yarn lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).