iterate.d.ts 80 B

1
  1. export declare function iterate(this: any, iterator: any, callback?: any): any;