vite-intlayer
Version:
A Vite plugin for seamless internationalization (i18n), providing locale detection, redirection, and environment-based configuration
8 lines (7 loc) • 305 B
TypeScript
import { IntlayerConfig } from "@intlayer/types";
import { PluginOption } from "vite";
//#region src/intlayerPrunePlugin.d.ts
declare const intlayerPrune: (intlayerConfig: IntlayerConfig) => Promise<PluginOption[]>;
//#endregion
export { intlayerPrune };
//# sourceMappingURL=intlayerPrunePlugin.d.ts.map