beaugunderson / ip-address

💻 a library for parsing and manipulating IPv4 and IPv6 addresses in JavaScript
http://ip-address.js.org/
MIT License
525 stars 71 forks source link

feature request: native ES module support #131

Closed JounQin closed 3 years ago

JounQin commented 3 years ago

This package has been rewritten with TypeScript as ES module actually, but it complies as commonjs module only, it would be nice to compile as ES module at the same time.

I'd like to raise a PR for it if you like.

beaugunderson commented 3 years ago

have this in #138 now after two prior PRs that I sat on for too long :)