Browse Source

REPORT-25852 fix: 修改描述

es6
iapyang 4 years ago
parent
commit
0058c15fc8
  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