Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix name for the export of PDF parser #333

Merged
merged 1 commit into from
Mar 13, 2024

Conversation

gladykov
Copy link
Contributor

@gladykov gladykov commented Mar 1, 2024

Fixes compilation error:

> tsc

node_modules/pdf2json/pdfparser.d.ts:132:16 - error TS2552: Cannot find name 'Pdfparser'. Did you mean 'PDFParser'?

132 export default Pdfparser
                   ~~~~~~~~~

  node_modules/pdf2json/pdfparser.d.ts:3:15
    3 declare class PDFParser extends EventEmitter{
                    ~~~~~~~~~
    'PDFParser' is declared here.


Found 1 error in node_modules/pdf2json/pdfparser.d.ts:132

Copy link
Owner

@modesty modesty left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks

@modesty modesty merged commit 55ee74d into modesty:master Mar 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants