i18next / i18next-xhr-backend

[deprecated] can be replaced with i18next-http-backend
https://github.com/i18next/i18next-http-backend
MIT License
253 stars 75 forks source link

"Cannot find namespace 'i18next'" in index.d.ts with v3.2.1. #332

Closed jgerigmeyer closed 4 years ago

jgerigmeyer commented 4 years ago

After the update in #330, TypeScript errors trying to parse the default class I18NextXhrBackend in index.d.ts. It seems the test file was updated to import correctly in https://github.com/i18next/i18next-xhr-backend/commit/43ac1382a86ca4aac6cc5faef06cef74ca7404cd, but the index.d.ts was not updated similarly.

PR coming momentarily.