Skip to main content
Module

x/i18next_locize_backend/index.d.mts

A simple i18next backend for locize.com which can be used 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 LocizeBackendOptions = index.LocizeBackendOptions;export type RequestResponse = index.RequestResponse;export type RequestCallback = index.RequestCallback;export type CustomRequestOptions = index.CustomRequestOptions;