i18nextify
i18nextify copied to clipboard
Add TypeScript Type Declarations
🚀 Feature Proposal
Currently, i18nextify lacks official TypeScript type declarations, which makes it harder to use in TypeScript projects. We should add proper type declarations similar to how it's done in the i18next repository.
Motivation
- No official type declarations are provided
- Users need to create their own type declarations
- Type safety is not guaranteed when using the library
Benefits
- Better TypeScript integration
- Improved developer experience with autocomplete
- Catch potential errors at compile time
- Better documentation through types
References
If you're ok with maintaining the typescript support for i18nextify, feel free to open a PR.