mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-28 14:20:12 +00:00
Add missing semicolon
This commit is contained in:
2
pdfkit/pdfkit.d.ts
vendored
2
pdfkit/pdfkit.d.ts
vendored
@@ -233,7 +233,7 @@ declare namespace PDFKit {
|
||||
size?: number[];
|
||||
margin?: number;
|
||||
margins?: { top: number; left: number; bottom: number; right: number };
|
||||
layout?: "portrait" | "landscape"
|
||||
layout?: "portrait" | "landscape";
|
||||
|
||||
bufferPages?: boolean;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user