mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-16 23:10:29 +00:00
* Added test for the custom size constructor * Fix jsPDF Constructor According to the official jsPDF GitHub: the 3rd parameter in the constructor should be of type String OR Array to allow a custom size. https://github.com/MrRio/jsPDF/blob/2f51a5dc2a00b87762876729706a145f24566743/src/jspdf.js#L84 * Added myself to the "Definitions by" section