3 lines
116 B
TypeScript
3 lines
116 B
TypeScript
declare module 'i18next-conv' {
|
|
export function gettextToI18next(locale: string, body: string, options?: any);
|
|
} |