Browse Source

chore: 描述修改

es6
iapyang 4 years ago
parent
commit
09256e124c
  1. 2
      typescript/core/base.ts

2
typescript/core/base.ts

@ -36,7 +36,7 @@ export interface _base {
toArray: (collection: any[]|object|string) => any[];
size: (collection: any[]|object|string) => number;
size: (collection: any) => number;
each: <T>(collection: T[]|object|string, callback?: ((index: number, value: T) => void)|object|string, thisArg?: any) => any;

Loading…
Cancel
Save