UNPKG

@tianyio/quality-helper

Version:

A comprehensive quality helper tool for project scaffolding and management

8 lines (7 loc) 292 B
import { UpdateConfigOptions } from './types.ts'; export type { UpdateConfigOptions } from './types.ts'; export type { ConfigFileInfo } from './services/ConfigService.ts'; /** * 更新项目配置文件 */ export declare function updateConfig(options?: UpdateConfigOptions): Promise<void>;