lodash-decorators:一组来自 lodash 的 ES7 装饰器

时间:2024-06-21 23:40:05
【文件属性】:

文件名称:lodash-decorators:一组来自 lodash 的 ES7 装饰器

文件大小:9KB

文件格式:ZIP

更新时间:2024-06-21 23:40:05

JavaScript

lodash 装饰器 随着,现在似乎是实现lodash和underscore提供的一些最有用的一些的好时机。 由于目前还没有环境或转译器完全支持生成器,因此此 repo 中的代码是假设性的。 (后续更新)。 我已经制作了最有用的包装函数lodash集合(对于这种情况),可用作方法装饰器,如下所示。 例子 import { after , autobind , before , curry , curryRight , debounce , flow , flowRight , memoize , negate , once , throttle } from 'lodash-decorators' ; import _ from 'lodash' ; class DecoratedClass { @ after ( 3 ) after3 ( ) {


【文件预览】:
lodash-decorators-master
----.gitignore(1KB)
----README.md(2KB)
----.jscsrc(42B)
----test()
--------unit()
--------.jshintrc(2KB)
--------setup()
----LICENSE(1KB)
----.jshintrc(1KB)
----package.json(1KB)
----src()
--------index.js(98B)
--------mixin.js(1KB)
----.travis.yml(194B)
----.editorconfig(172B)
----gulpfile.js(3KB)

网友评论