UNPKG

i18next-hmr

Version:

I18Next HMR🔥 webpack / vite plugin that allows reload translation resources instantly on the client & the server.

18 lines (17 loc) • 314 B
export declare class HMRPlugin { type: '3rdParty'; constructor( hmrOptions: Partial<{ webpack: Partial<{ client: boolean; server: boolean; }>; vite: { client: boolean; }; }> ); init(i18nInstance: any): void; toJSON(): null; toString(): string; }