https://github.com/vlio20/utils-decorators
Decorators for web and node applications
https://github.com/vlio20/utils-decorators
debounce decorators delay memoize memoize-async node typescript webdevelopment
Last synced: 6 months ago
JSON representation
Decorators for web and node applications
- Host: GitHub
- URL: https://github.com/vlio20/utils-decorators
- Owner: vlio20
- License: mit
- Created: 2019-03-29T13:25:42.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-12-23T08:40:07.000Z (almost 2 years ago)
- Last Synced: 2024-05-23T03:26:23.030Z (over 1 year ago)
- Topics: debounce, decorators, delay, memoize, memoize-async, node, typescript, webdevelopment
- Language: TypeScript
- Homepage: https://vlio20.github.io/utils-decorators/
- Size: 1.74 MB
- Stars: 205
- Watchers: 2
- Forks: 13
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# utils-decorators
[](https://travis-ci.org/vlio20/utils-decorators)
[](https://coveralls.io/repos/github/vlio20/utils-decorators/)
[](https://stryker-mutator.github.io)
This library was highly inspired by lodash but uses decorators to implement its util methods.
The lib can be used both in node and in web application, it is built to be **tree-shakable so you can use it even if you need a specific decorator**.
Also, note that this library can be used both as **functions and decorators**,### installation:
```bash
npm i utils-decorators
```Please note that the decorators are **working perfectly with plain JavaScript** code as well as with TypeScript.
# Docs
check the documentation# Feedback
I will be more than happy to hear your feedback, don't hesitate to ask any question or open an issue. PRs are always welcomed :)
Also, I will be happy to hear about new ideas for new decorators, if you have such, please open an issue and describe the requirements and features of your decorator.