Skip to content

Commit

Permalink
fix(date): types
Browse files Browse the repository at this point in the history
closes #682
  • Loading branch information
Kikobeats committed Dec 22, 2023
1 parent 3f03005 commit c7bd5c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/metascraper-date/src/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ type Options = {
dateModified?: boolean
}

declare function rules(options?: Options = defaultOptions): import('metascraper').Rules;
declare function rules(options?: Options): import('metascraper').Rules;
export = rules;

0 comments on commit c7bd5c3

Please sign in to comment.