UNPKG

i18next-http-backend

Version:

i18next-http-backend is a backend layer for i18next using in Node.js, in the browser and for Deno.

10 lines (7 loc) 334 B
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;