UNPKG

@lonu/stc

Version:

A tool for converting OpenApi/Swagger/Apifox into code.

4 lines 226 B
declare const i18n: (lng?: string) => import("i18next").TFunction<"translation", undefined>; declare const getT: import("i18next").TFunction<"translation", undefined>; export { getT, i18n }; //# sourceMappingURL=index.d.ts.map