gjtorikian / isBinaryFile

Detects if a file is binary in Node.js. Similar to Perl's -B
MIT License
165 stars 23 forks source link

[Feature] ESM support #75

Open peterroe opened 7 months ago

peterroe commented 7 months ago

This is a very nice project, but the lack of ESM support makes it unusable in some projects.

Once this proposal is favored, I will work on implementing ESM-supported PRs with minimal modifications!

gjtorikian commented 7 months ago

Sure, I’ll take a PR which helps support this.