i18next / i18next-localstorage-backend

This is a i18next cache layer to be used in the browser. It will load and cache resources from localStorage and can be used in combination with the chained backend.
MIT License
88 stars 43 forks source link

Typescript types #4

Closed VincentLanglet closed 5 years ago

VincentLanglet commented 5 years ago

Kinda related to https://github.com/i18next/i18next-xhr-backend/issues/295

If I want to add typescript type. Should I prefer DefinitivelyTyped or here ?

jamuhl commented 5 years ago

Feel free to provide a PR

VincentLanglet commented 5 years ago

@jamuhl Done : https://github.com/i18next/i18next-localstorage-backend/pull/5