UNPKG

i18next-locize-backend

Version:

i18next-locize-backend is a backend layer for i18next to use locize service which can be used in node.js, in the browser and for deno.

9 lines (6 loc) 301 B
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;