mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-13 13:30:28 +00:00
Add missing semicolon
This commit is contained in:
Vendored
+1
-1
@@ -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