Skip to content

Commit

Permalink
chore(index): inline comment re export types
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs committed Mar 12, 2024
1 parent a687ea3 commit 3c21793
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -1568,5 +1568,5 @@ class Poppler {
}
}

module.exports.Poppler = Poppler;
module.exports.default = Poppler;
module.exports.default = Poppler; // ESM default export
module.exports.Poppler = Poppler; // TypeScript and named export

0 comments on commit 3c21793

Please sign in to comment.