Skip to content

Commit

Permalink
added validateUrl to ScrapOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
henry-bao committed Jul 19, 2022
1 parent 858007d commit de72d61
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/metascraper/src/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ declare module 'metascraper' {
url: string;
html?: string;
rules?: Rule[];
validateUrl: boolean;
}
interface Metadata {
author: string;
Expand Down

0 comments on commit de72d61

Please sign in to comment.