Browse Source

refactor: 修改描述

es6
iapyang 4 years ago
parent
commit
22d1a3d57a
  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