Browse Source

Pull request #1611: 无JIRA任务 chore: 改个描述

Merge in VISUAL/fineui from ~DAILER/fineui:master to master

* commit '49f488e762a88cf789bbfb011fed084b95bca75d':
  无JIRA任务 chore: 改个描述
es6
parent
commit
2fbfd788cd
  1. 4
      typescript/core/func/function.ts

4
typescript/core/func/function.ts

@ -12,7 +12,7 @@ export type _createDistinctName = (array: any[], name: string) => string;
* @param keyword
* @param param
*/
export type _getSearchResult = (items: any, keyword: any, param: string) => {find: any, match: any}
export type _getSearchResult = (items: any, keyword: any, param?: string) => { find: any[], match: any[] }
/**
* A执行之前执行方法B
@ -34,4 +34,4 @@ type _function = {
beforeFunc: _beforeFunc;
afterFunc: _afterFunc;
}
export default _function;
export default _function;

Loading…
Cancel
Save