UNPKG

intlayer-editor

Version:

Integrate the Intlayer visual editor into your Intlayer projects, enabling CMS-like content management with multilingual support.

4 lines (3 loc) 250 B
import { getConfiguration } from "./controllers/configuration.controller.mjs"; import { getDictionaries, writeContentDeclaration } from "./controllers/dictionary.controller.mjs"; export { getConfiguration, getDictionaries, writeContentDeclaration };