Skip to content

Commit

Permalink
Use type-only import for PDFDataRangeTransport
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekmaj committed Aug 1, 2023
1 parent 89bf183 commit a1ef912
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/shared/types.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { PDFDataRangeTransport } from 'pdfjs-dist';

import type { PDFDataRangeTransport } from 'pdfjs-dist';
import type { BinaryData } from 'pdfjs-dist/types/src/display/api.js';

export type Source =
Expand Down

0 comments on commit a1ef912

Please sign in to comment.