[ ] ๐ Documentation (updates to the documentation, readme or JSdoc annotations)
[ ] ๐ Bug fix (a non-breaking change that fixes an issue)
[ ] ๐ Enhancement (improving an existing functionality like performance)
[ ] โจ New feature (a non-breaking change that adds functionality)
[x] ๐งน Chore (updates to the build process or auxiliary tools and libraries)
[ ] โ ๏ธ Breaking change (fix or feature that would cause existing functionality to change)
๐ Description
This PR refactors a few things, I extracted methods used for compatibility into a separate file and improved types in various places to remove eslint-disable and @ts-ignore as well as type assertions.
๐ Linked issue
โ Type of change
๐ Description
This PR refactors a few things, I extracted methods used for compatibility into a separate file and improved types in various places to remove
eslint-disable
and@ts-ignore
as well as type assertions.๐ Checklist