Skip to main content
Module

x/i18next_http_backend/index.d.mts

i18next-http-backend is a backend layer for i18next using in Node.js, in the browser and for Deno.
Go to Latest
File
import * as index from './index.js';
export default index.default;
export type HttpBackendOptions = index.HttpBackendOptions;export type RequestCallback = index.RequestCallback;export type LoadPathOption = index.LoadPathOption;export type AddPathOption = index.AddPathOption;export type RequestResponse = index.RequestResponse;