Browse Source

Merge pull request #1226 in VISUAL/fineui from ~TELLER/fineui:master to master

* commit '0058c15fc832919d127a13b51c5a0740345f83aa':
  REPORT-25852 fix: 修改描述
es6
Teller 5 years ago
parent
commit
5806eaa05a
  1. 2
      typescript/core/base.ts

2
typescript/core/base.ts

@ -189,7 +189,7 @@ export interface _base {
isMatch: (object: object, source: object, customizer?: Function, thisArg?: any) => boolean;
isEmpty: (value: any[]|object|string|null|undefined) => boolean;
isEmpty: (value: any[]|object|string|null|undefined|number) => boolean;
isElement: (value: any) => boolean;

Loading…
Cancel
Save