Open JAD3N opened 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 = ...)?
export const rules = ...
My reasoning for this is:
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.
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: