chore: fix lint/format
This commit is contained in:
7
src/types/pdfjs-dist-legacy.d.ts
vendored
7
src/types/pdfjs-dist-legacy.d.ts
vendored
@@ -27,8 +27,7 @@ declare module "pdfjs-dist/legacy/build/pdf.mjs" {
|
||||
getPage(pageNumber: number): Promise<PDFPageProxy>;
|
||||
};
|
||||
|
||||
export function getDocument(params: {
|
||||
data: Uint8Array;
|
||||
disableWorker?: boolean;
|
||||
}): { promise: Promise<PDFDocumentProxy> };
|
||||
export function getDocument(params: { data: Uint8Array; disableWorker?: boolean }): {
|
||||
promise: Promise<PDFDocumentProxy>;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user