UNPKG

vite-intlayer

Version:

A Vite plugin for seamless internationalization (i18n), providing locale detection, redirection, and environment-based configuration

14 lines 389 B
import { type PluginOption } from 'vite'; /** * * A Vite plugin that integrates Intlayer configuration into the build process * * ```ts * // Example usage of the plugin in a Vite configuration * export default defineConfig({ * plugins: [ intlayerPlugin() ], * }); * ``` * */ export declare const intlayerPlugin: () => PluginOption; //# sourceMappingURL=intlayerPlugin.d.ts.map