[ aramo ]
[ 源代码: decko ]
软件包: node-decko (1.2.0-2)
node-decko 的相关链接
Trisquel 的资源:
下载源码包 decko:
维护者:
Original Maintainer:
- Daniel Baumann
外部的资源:
- 主页 [github.com]
相似软件包:
useful Javascript decorators
Decorators help simplify code by replacing the noise of common patterns with declarative annotations.
Decko establishes 3 standard decorators that are immediately recognizable, so you can avoid creating decorators in your own codebase:
* @bind: make the value of this constant within a method * @debounce: throttle calls to a method * @memoize: cache return values based on arguments