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 9, 2024
1 parent 85bee42 commit c6c4e02
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 @@ -262,5 +262,5 @@ class UnRTF {
}
}

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

0 comments on commit c6c4e02

Please sign in to comment.