UNPKG

@softwareventures/maintain-project

Version:

Automatically create and maintain TypeScript projects with standard settings for Software Ventures Limited

5 lines (4 loc) 164 B
export interface UpdateOptions { readonly breaking?: boolean | undefined; } export declare function cliUpdate(path: string, { breaking }: UpdateOptions): void;