This project does not currently publish TypeScript types, making it occasionally somewhat annoying to work with in TypeScript projects. For example, if a TypeScript project uses a linter which is configured to warn when the type any is implicitly used, this warning will be raised often when working with redux-bees.
We should publish TypeScript types to make this project more reliable and useful within TypeScript projects.
This project does not currently publish TypeScript types, making it occasionally somewhat annoying to work with in TypeScript projects. For example, if a TypeScript project uses a linter which is configured to warn when the type
anyis implicitly used, this warning will be raised often when working with redux-bees.We should publish TypeScript types to make this project more reliable and useful within TypeScript projects.