UNPKG

@chenzoho/ldt-vite-plugin

Version:

ldt-vite-plugin

12 lines (11 loc) 298 B
export declare const ENV_CONFIG_PREFIX = "VITE_GLOB_"; /** * 创建配置文件 * @param namespace 命名空间 * @param config 配置内容 */ export declare function createEnv({ namespace, config, prefix }: { namespace: any; config: any; prefix?: string | undefined; }): string;