Skip to content

Commit

Permalink
Merge pull request #2884 from Xenoage/patch-1
Browse files Browse the repository at this point in the history
Use any[] for untyped array instead of []
  • Loading branch information
HackbrettXXX committed Aug 28, 2020
2 parents a51e8e5 + 00f867b commit ff854e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/index.d.ts
Expand Up @@ -1331,7 +1331,7 @@ declare module "jspdf" {
}

export interface jsPDFAPI {
events: [];
events: any[];
}

export default jsPDF;
Expand Down

0 comments on commit ff854e7

Please sign in to comment.