mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-04-02 19:54:33 +00:00
* [i18n-js] Add types for getFullScope I18n-js's authors recommend overriding `missingTranslation()` to add fallback behavior when a translation is missing. Doing with the full intended translation scope that the user requires necessitates the user of `getFullScope` which is not explicitly a private method, but has not been typed yet. * [i18n-js] Fix linter errors Convert single-quoted strings to double-quoted strings as advised by `npm run lint`.