lupomontero / psl

JavaScript domain name parser based on the Public Suffix List
https://www.npmjs.org/package/psl
MIT License
388 stars 80 forks source link

Expose Rules #328

Open JAD3N opened 5 days ago

JAD3N commented 5 days ago

Would it be possible to have the rules exposed by the package itself as an export (maybe just a export const rules = ...)?

My reasoning for this is:

JAD3N commented 4 days ago

Just created a PR (#331) with changes necessary to expose the rules as an export. Let me know if there are any issues/blockers and I'll be happy to make changes to get this resolved.