UNPKG

i18next-fs-backend

Version:

i18next-fs-backend is a backend layer for i18next using in Node.js and for Deno to load translations from the filesystem.

6 lines (3 loc) 124 B
import * as index from './index.js'; export default index.default; export type FsBackendOptions = index.FsBackendOptions;