mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-01-30 21:47:35 +00:00
update import syntax for i18next dependents (#39980)
i18next@19 uses default exports. This PR updates the tests of dependents to use them instead of `import * as i18next from 'i18next'`.
This commit is contained in:
parent
e527e0317f
commit
435fef1035
@ -1,4 +1,4 @@
|
||||
import * as i18next from "i18next";
|
||||
import i18next from "i18next";
|
||||
import * as Backend from "i18next-node-fs-backend";
|
||||
|
||||
var options = {
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
import * as i18next from "i18next";
|
||||
import i18next from "i18next";
|
||||
import * as sprintfA from "i18next-sprintf-postprocessor";
|
||||
import sprintfB from "i18next-sprintf-postprocessor/dist/commonjs";
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user