we are putting common things to _helpers which get's imported across packages and produces duplicate ts declaration files and makes things not DRY
Expected behavior
We should rename it to core or common or base ( let's discuss it before proceeding ) and make it regular package, so when used across other packages, only one one is used instead of bundling it to every package which uses it
Current behavior
we are putting common things to
_helpers
which get's imported across packages and produces duplicate ts declaration files and makes things not DRYExpected behavior
We should rename it to
core
orcommon
orbase
( let's discuss it before proceeding ) and make it regular package, so when used across other packages, only one one is used instead of bundling it to every package which uses it