wink-utils
v1.0.7
Published
工具库
Readme
wink-utils
使用公共库
示例代码
文件(模块)说明
| 路径 | 解释 | 包含 | | :----- | :----- | :----- | | dist/UrlGetRequest.js | 暂无解释 | default UrlGetRequest( url: string, variable: string ) | | dist/addObjIterator.js | 暂无解释 | default( obj: object ) | | dist/cacheAsync.js | 暂无解释 | OldcacheAsync( fn: TAnyFunction ) UpdateCacheAsync( promiseGenerator: any, symbol: any ) fetchData( a: ) | | dist/changefilesize.js | 暂无解释 | default changefilesize( limit: number ) | | dist/cloneDeep.js | 暂无解释 | default cloneDeep( obj: any ) | | dist/debounce.js | 暂无解释 | default debounce( func: TAnyFunction, wait: number, options: IOptions ) | | dist/formatnumber.js | 暂无解释 | default formatNumber( num: number ) | | dist/index.js | 暂无解释 | TAnyFunc TAnyFunction UrlGetRequest changefilesize cloneDeep debounce formatNumber isCycleObject isObject memo throttle | | dist/isCycleObject.js | 暂无解释 | default isCycleObject( __namedParameters: IisCycleObject ) | | dist/isObject.js | 暂无解释 | default isObject( obj: object ) | | dist/main.js | 暂无解释 | default main() | | dist/memo.js | 暂无解释 | default memo( fn: TAnyFunction, hasher?: TAnyFunc ) | | dist/throttle.js | 暂无解释 | default throttle( func: TAnyFunction, wait: number, options: IOptions ) |
版本更新
工具库更新日志
1.0.6 (2022-04-20)
Bug Fixes
- 找不到包问题 (d2ffd69)
1.0.5 (2022-04-17)
1.0.4 (2022-04-17)
Features
- src: 增加cloneDeep方法,修复throttle (413bebe)
1.0.2 (2022-04-13)
Bug Fixes
- src: throttle接收Func类型错误 (47aa9a7)
1.0.1 (2022-04-13)
Bug Fixes
- docs: html不会自动转为md文件问题 (5ff4a4f)
