Browse Source

fix: 参数错误

es6
iapyang 5 years ago
parent
commit
cd2c31ea8d
  1. 2
      typescript/core/base.ts

2
typescript/core/base.ts

@ -156,7 +156,7 @@ export interface _base {
makeArrayByArray: (array: any[], value: any) => any[];
uniq: (array: any[], isSorted: boolean, iteratee?: any, context?: any) => any[];
uniq: (array: any[], isSorted?: boolean, iteratee?: any, context?: any) => any[];
// 对象相关方法
keys: (object: object) => string[];

Loading…
Cancel
Save