UNPKG

woaru

Version:

Universal Project Setup Autopilot - Analyze and automatically configure development tools for ANY programming language

10 lines 413 B
import { BaseAction } from './BaseAction'; import { SetupOptions } from '../types'; export declare class PrettierAction extends BaseAction { name: string; description: string; canExecute(projectPath: string): Promise<boolean>; execute(projectPath: string, options: SetupOptions): Promise<boolean>; rollback(projectPath: string): Promise<boolean>; } //# sourceMappingURL=PrettierAction.d.ts.map