Browse Source

Merge pull request #1037 in VISUAL/fineui from ~TELLER/fineui:master to master

* commit '2faf53fa00af16a3424db00136eef04ebcb9d9bb':
  fix: 参数错误
es6
Teller 5 years ago
parent
commit
5e2f52f6d2
  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