Browse Source

Pull request #1690: KERNEL-6543 修改描述

Merge in VISUAL/fineui from ~TELLER/fineui:bugfix to master

* commit '22d1a3d57aa937c97dff327f52095121fe302465':
  refactor: 修改描述
es6
Teller 4 years ago
parent
commit
128a33bbb0
  1. 2
      typescript/core/base.ts

2
typescript/core/base.ts

@ -223,7 +223,7 @@ export interface _base {
zipObject: (props: any[], values?: any[]) => object;
cloneDeep: (value: any, customizer?: Function, thisArg?: any) => any;
cloneDeep: <T>(value: T) => T;
findKey: (object: object, predicate?: Function|object|string, thisArg?: any) => any;

Loading…
Cancel
Save