Skip to content

Commit

Permalink
fix(types): Allow for of loops in typescript (#1704)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcpiroman committed Jan 29, 2021
1 parent 897b37f commit 8fef5aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions types/index.d.ts
Expand Up @@ -12,6 +12,7 @@ declare namespace cheerio {
[index: number]: Element;
cheerio: string;
length: number;
[Symbol.iterator](): IterableIterator<Element>;

// Attributes

Expand Down

0 comments on commit 8fef5aa

Please sign in to comment.