UNPKG

@tarojs/plugin-generator

Version:
9 lines (8 loc) 209 B
import type { IPluginContext } from '@tarojs/service'; /** * 更新配置文件 */ export declare function updateConfig(options: { ctx: IPluginContext; compilerType: CompilerType; }): Promise<void>;