UNPKG

@tarojs/cli

Version:
8 lines (7 loc) 250 B
interface PlaceholderConfig { projectName: string; templatePath: string; projectPath: string; } export declare function changeDefaultNameInTemplate({ projectName, templatePath, projectPath }: PlaceholderConfig): Promise<void>; export {};