* commit '0058c15fc832919d127a13b51c5a0740345f83aa': REPORT-25852 fix: 修改描述
@ -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;