vite-intlayer
Version:
A Vite plugin for seamless internationalization (i18n), providing locale detection, redirection, and environment-based configuration
5 lines • 530 B
TypeScript
import { CompilerMode, IntlayerCompilerOptions, intlayerCompiler } from "./IntlayerCompilerPlugin.js";
import { intLayerPlugin, intlayer, intlayerPlugin } from "./intlayerPlugin.js";
import { intLayerMiddlewarePlugin, intlayerMiddleware, intlayerProxy } from "./intlayerProxyPlugin.js";
import { intlayerPrune } from "./intlayerPrunePlugin.js";
export { CompilerMode, IntlayerCompilerOptions, intLayerMiddlewarePlugin, intLayerPlugin, intlayer, intlayerCompiler, intlayerMiddleware, intlayerPlugin, intlayerProxy, intlayerPrune };