iterator.d.ts 182 B

123456
  1. export declare function symbolIteratorPonyfill(root: any): any;
  2. export declare const iterator: any;
  3. /**
  4. * @deprecated use iterator instead
  5. */
  6. export declare const $$iterator: any;